Html Css Color HEX #314E74 St Tropaz

📋 copy color: '#314E74'

red 49 ◦ green 78 ◦ blue 116

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

Shades of St Tropaz #314E74

Tints of St Tropaz #314E74

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.1%

 BLUE value IS 116 (45.7% from 255) = 47.74%

R = 20.16%
G = 32.1%
B = 47.74%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#314E74 (or 0x314E74) is known color: 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

RGB 49 78 116 -
CMYK 0.58 0.33 0 0.55
HSL 214.03º 0.41% 0.32% -
HSV(B) 214.03º 0.58% 0.45% -
XYZ 7.14 7.36 17.57 -
YUV 73.66 151.89 110.41 -
System Red Green Blue C M Y K H S L
Decimal 49 78 116 0.58 0.33 0 0.55 214.03 0.41 0.32
Hex 31 4E 74 3A 21 0 37 D6 29 20
Octal 61 116 164 72 41 0 67 326 51 40
Binary 110001 1001110 1110100 111010 100001 0 110111 11010110 101001 100000

Color Harmonies of #314E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314E74

Black with #314E74

Text Example


Text Example

White with #314E74

Text Example


Text Example

HTML Codes & Css Web 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>