#2F5585

Color #2F5585 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #2F5585

Tints of St Tropaz #2F5585

Color information

#2F5585 (or 0x2F5585) is unknown color: approx St Tropaz. HEX triplet: 2F, 55 and 85. RGB value is (47,85,133). Sum of RGB (Red+Green+Blue) = 47+85+133=265 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.74% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F5585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5585 is #D0AA7A. Grayscale: #4E4E4E. Windows color (decimal): -13675131 or 8738095. OLE color: 8738095.

HSL color Cylindrical-coordinate representation of color #2F5585: hue angle of 213.49º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F5585 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4785133-
CMYK0.650.3600.48
HSL213.49º47.78%35.29%-
HSV(B)213.49º64.66%52.16%-
XYZ8.658.7923.43-
YUV79.11158.41105.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 17.74%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 133 (52.34% from 255) = 50.19%
R=17.74%
G=32.08%
B=50.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47851330.650.3600.48213.4947.7835.29
Hex2F55854124030d53023
Octal57125205101440603256043
Binary1011111010101100001011000001100100011000011010101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F5585; }

 p { color: rgb(47,85,133); }

 H1.HeaderClassName
 {
   color: #2F5585;
 }
 .AnyTagClassName
 {
   color: #2F5585;
 }
</style>
background-color css

<style>
 a { background-color: #2F5585; }

 a { background-color: rgb(47,85,133); }

 div.DivClassName
 {
   background-color: #2F5585;
 }
 .BgClassName
 {
   background-color: #2F5585;
 }
</style>
border-color css

<style>
 span { border-color: #2F5585; }

 span { border-color: rgb(47,85,133); }

 td.TdClassName
 {
   border-color: #2F5585;
 }
 .TagClassName
 {
   border-color: #2F5585;
 }
</style>