Html Css Color HEX #334E72 St Tropaz

📋 copy color: '#334E72'

red 51 ◦ green 78 ◦ blue 114

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

Shades of St Tropaz #334E72

Tints of St Tropaz #334E72

RGB

 RED value IS 51 (20.31% from 255) = 20.99%

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

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

R = 20.99%
G = 32.1%
B = 46.91%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#334E72 (or 0x334E72) is known color: St Tropaz. HEX triplet: 33, 4E and 72. RGB value is (51,78,114). Sum of RGB (Red+Green+Blue) = 51+78+114=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #334E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334E72 is #CCB18D. Grayscale: #494949. Windows color (decimal): -13414798 or 7491123. OLE color: 7491123.

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

Color convert

RGB 51 78 114 -
CMYK 0.55 0.32 0 0.55
HSL 214.29º 0.38% 0.32% -
HSV(B) 214.29º 0.55% 0.45% -
XYZ 7.13 7.37 16.97 -
YUV 74.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 51 78 114 0.55 0.32 0 0.55 214.29 0.38 0.32
Hex 33 4E 72 37 20 0 37 D6 26 20
Octal 63 116 162 67 40 0 67 326 46 40
Binary 110011 1001110 1110010 110111 100000 0 110111 11010110 100110 100000

Color Harmonies of #334E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334E72

Black with #334E72

Text Example


Text Example

White with #334E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334E72; }

 p { color: rgb(51,78,114); }

 H1.HeaderClassName
 {
   color: #334E72;
 }
 .AnyTagClassName
 {
   color: #334E72;
 }
</style>

background-color css

<style>
 a { background-color: #334E72; }

 a { background-color: rgb(51,78,114); }

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

border-color css

<style>
 span { border-color: #334E72; }

 span { border-color: rgb(51,78,114); }

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