#314F78

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

Shades of St Tropaz #314F78

Tints of St Tropaz #314F78

Color information

#314F78 (or 0x314F78) is unknown color: approx St Tropaz. HEX triplet: 31, 4F and 78. RGB value is (49,79,120). Sum of RGB (Red+Green+Blue) = 49+79+120=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #314F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314F78 is #CEB087. Grayscale: #4A4A4A. Windows color (decimal): -13545608 or 7884593. OLE color: 7884593.

HSL color Cylindrical-coordinate representation of color #314F78: hue angle of 214.65º 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 #314F78 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4979120-
CMYK0.590.3400.53
HSL214.65º42.01%33.14%-
HSV(B)214.65º59.17%47.06%-
XYZ7.457.618.84-
YUV74.7153.56109.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 79 (31.25% from 255) = 31.85%
BLUE value IS 120 (47.27% from 255) = 48.39%
R=19.76%
G=31.85%
B=48.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49791200.590.3400.53214.6542.0133.14
Hex314F783B22035d72a21
Octal6111717073420653275241
Binary11000110011111111000111011100010011010111010111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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