#314D74

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

Shades of St Tropaz #314D74

Tints of St Tropaz #314D74

Color information

#314D74 (or 0x314D74) is unknown color: approx St Tropaz. HEX triplet: 31, 4D and 74. RGB value is (49,77,116). Sum of RGB (Red+Green+Blue) = 49+77+116=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #314D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D74 is #CEB28B. Grayscale: #484848. Windows color (decimal): -13546124 or 7621937. OLE color: 7621937.

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

Color convert

RGB4977116-
CMYK0.580.3400.55
HSL214.93º40.61%32.35%-
HSV(B)214.93º57.76%45.49%-
XYZ7.077.2217.54-
YUV73.07152.22110.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 77 (30.47% from 255) = 31.82%
BLUE value IS 116 (45.70% from 255) = 47.93%
R=20.25%
G=31.82%
B=47.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49771160.580.3400.55214.9340.6132.35
Hex314D743A22037d72920
Octal6111516472420673275140
Binary11000110011011110100111010100010011011111010111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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