#314E74

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

Shades of St Tropaz #314E74

Tints of St Tropaz #314E74

Color information

#314E74 (or 0x314E74) is unknown color: approx St Tropaz. HEX triplet: 31, 4E and 74. RGB value is (49,78,116). Sum of RGB (Red+Green+Blue) = 49+78+116=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #314E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E74 is #CEB18B. Grayscale: #494949. Windows color (decimal): -13545868 or 7622193. OLE color: 7622193.

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

Color convert

RGB4978116-
CMYK0.580.3300.55
HSL214.03º40.61%32.35%-
HSV(B)214.03º57.76%45.49%-
XYZ7.147.3617.57-
YUV73.66151.89110.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.16%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 116 (45.70% from 255) = 47.74%
R=20.16%
G=32.10%
B=47.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49781160.580.3300.55214.0340.6132.35
Hex314E743A21037d62920
Octal6111616472410673265140
Binary11000110011101110100111010100001011011111010110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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