#314E76

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

Shades of St Tropaz #314E76

Tints of St Tropaz #314E76

Color information

#314E76 (or 0x314E76) is unknown color: approx St Tropaz. HEX triplet: 31, 4E and 76. RGB value is (49,78,118). Sum of RGB (Red+Green+Blue) = 49+78+118=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #314E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E76 is #CEB189. Grayscale: #494949. Windows color (decimal): -13545866 or 7753265. OLE color: 7753265.

HSL color Cylindrical-coordinate representation of color #314E76: hue angle of 214.78º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #314E76 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4978118-
CMYK0.580.3400.54
HSL214.78º41.32%32.75%-
HSV(B)214.78º58.47%46.27%-
XYZ7.267.4118.19-
YUV73.89152.89110.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 78 (30.86% from 255) = 31.84%
BLUE value IS 118 (46.48% from 255) = 48.16%
R=20%
G=31.84%
B=48.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49781180.580.3400.54214.7841.3232.75
Hex314E763A22036d72921
Octal6111616672420663275141
Binary11000110011101110110111010100010011011011010111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314E76; }

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

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

<style>
 a { background-color: #314E76; }

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

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

<style>
 span { border-color: #314E76; }

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

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