#2F5487

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

Shades of St Tropaz #2F5487

Tints of St Tropaz #2F5487

Color information

#2F5487 (or 0x2F5487) is unknown color: approx St Tropaz. HEX triplet: 2F, 54 and 87. RGB value is (47,84,135). Sum of RGB (Red+Green+Blue) = 47+84+135=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F5487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5487 is #D0AB78. Grayscale: #4E4E4E. Windows color (decimal): -13675385 or 8868911. OLE color: 8868911.

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

Color convert

RGB4784135-
CMYK0.650.3800.47
HSL214.77º48.35%35.69%-
HSV(B)214.77º65.19%52.94%-
XYZ8.728.6924.14-
YUV78.75159.74105.35-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.67%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 135 (53.12% from 255) = 50.75%
R=17.67%
G=31.58%
B=50.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47841350.650.3800.47214.7748.3535.69
Hex2F5487412602Fd73024
Octal57124207101460573276044
Binary1011111010100100001111000001100110010111111010111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,84,135); }

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

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

 a { background-color: rgb(47,84,135); }

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

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

 span { border-color: rgb(47,84,135); }

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