#2F4E76

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

Shades of St Tropaz #2F4E76

Tints of St Tropaz #2F4E76

Color information

#2F4E76 (or 0x2F4E76) is unknown color: approx St Tropaz. HEX triplet: 2F, 4E and 76. RGB value is (47,78,118). Sum of RGB (Red+Green+Blue) = 47+78+118=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F4E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F4E76 is #D0B189. Grayscale: #494949. Windows color (decimal): -13676938 or 7753263. OLE color: 7753263.

HSL color Cylindrical-coordinate representation of color #2F4E76: hue angle of 213.8º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F4E76 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4778118-
CMYK0.600.3400.54
HSL213.8º43.03%32.35%-
HSV(B)213.8º60.17%46.27%-
XYZ7.177.3618.18-
YUV73.29153.23109.25-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.34%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=19.34%
G=32.10%
B=48.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47781180.600.3400.54213.843.0332.35
Hex2F4E763C22036d62b20
Octal5711616674420663265340
Binary10111110011101110110111100100010011011011010110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,78,118); }

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

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

 a { background-color: rgb(47,78,118); }

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

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

 span { border-color: rgb(47,78,118); }

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