#2F5489

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

Shades of St Tropaz #2F5489

Tints of St Tropaz #2F5489

Color information

#2F5489 (or 0x2F5489) is unknown color: approx St Tropaz. HEX triplet: 2F, 54 and 89. RGB value is (47,84,137). Sum of RGB (Red+Green+Blue) = 47+84+137=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #2F5489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5489 is #D0AB76. Grayscale: #4E4E4E. Windows color (decimal): -13675383 or 8999983. OLE color: 8999983.

HSL color Cylindrical-coordinate representation of color #2F5489: hue angle of 215.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F5489 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4784137-
CMYK0.660.3900.46
HSL215.33º48.91%36.08%-
HSV(B)215.33º65.69%53.73%-
XYZ8.868.7524.89-
YUV78.98160.74105.19-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.54%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 137 (53.91% from 255) = 51.12%
R=17.54%
G=31.34%
B=51.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47841370.660.3900.46215.3348.9136.08
Hex2F5489422702Ed73124
Octal57124211102470563276144
Binary1011111010100100010011000010100111010111011010111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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