Html Css Color HEX #314C72 St Tropaz

📋 copy color: '#314C72'

red 49 ◦ green 76 ◦ blue 114

#314C72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of St Tropaz #314C72

Tints of St Tropaz #314C72

RGB

 RED value IS 49 (19.53% from 255) = 20.5%

 GREEN value IS 76 (30.08% from 255) = 31.8%

 BLUE value IS 114 (44.92% from 255) = 47.7%

R = 20.5%
G = 31.8%
B = 47.7%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#314C72 (or 0x314C72) is known color: St Tropaz. HEX triplet: 31, 4C and 72. RGB value is (49,76,114). Sum of RGB (Red+Green+Blue) = 49+76+114=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #314C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C72 is #CEB38D. Grayscale: #484848. Windows color (decimal): -13546382 or 7490609. OLE color: 7490609.

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

Color convert

RGB 49 76 114 -
CMYK 0.57 0.33 0 0.55
HSL 215.08º 0.4% 0.32% -
HSV(B) 215.08º 0.57% 0.45% -
XYZ 6.89 7.04 16.91 -
YUV 72.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 49 76 114 0.57 0.33 0 0.55 215.08 0.4 0.32
Hex 31 4C 72 39 21 0 37 D7 28 20
Octal 61 114 162 71 41 0 67 327 50 40
Binary 110001 1001100 1110010 111001 100001 0 110111 11010111 101000 100000

Color Harmonies of #314C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C72

Black with #314C72

Text Example


Text Example

White with #314C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,76,114); }

 H1.HeaderClassName
 {
   color: #314C72;
 }
 .AnyTagClassName
 {
   color: #314C72;
 }
</style>

background-color css

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

 a { background-color: rgb(49,76,114); }

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

border-color css

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

 span { border-color: rgb(49,76,114); }

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