#314E78

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

Shades of St Tropaz #314E78

Tints of St Tropaz #314E78

Color information

#314E78 (or 0x314E78) is unknown color: approx St Tropaz. HEX triplet: 31, 4E and 78. RGB value is (49,78,120). Sum of RGB (Red+Green+Blue) = 49+78+120=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #314E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E78 is #CEB187. Grayscale: #494949. Windows color (decimal): -13545864 or 7884337. OLE color: 7884337.

HSL color Cylindrical-coordinate representation of color #314E78: hue angle of 215.49º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #314E78 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4978120-
CMYK0.590.3500.53
HSL215.49º42.01%33.14%-
HSV(B)215.49º59.17%47.06%-
XYZ7.387.4618.82-
YUV74.12153.89110.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.84%
GREEN value IS 78 (30.86% from 255) = 31.58%
BLUE value IS 120 (47.27% from 255) = 48.58%
R=19.84%
G=31.58%
B=48.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49781200.590.3500.53215.4942.0133.14
Hex314E783B23035d72a21
Octal6111617073430653275241
Binary11000110011101111000111011100011011010111010111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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