Html Css Color HEX #214034 Burnham

📋 copy color: '#214034'

red 33 ◦ green 64 ◦ blue 52

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

Shades of Burnham #214034

Tints of Burnham #214034

RGB

 RED value IS 33 (13.28% from 255) = 22.15%

 GREEN value IS 64 (25.39% from 255) = 42.95%

 BLUE value IS 52 (20.7% from 255) = 34.9%

R = 22.15%
G = 42.95%
B = 34.9%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#214034 (or 0x214034) is known color: Burnham. HEX triplet: 21, 40 and 34. RGB value is (33,64,52). Sum of RGB (Red+Green+Blue) = 33+64+52=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #214034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214034 is #DEBFCB. Grayscale: #353535. Windows color (decimal): -14598092 or 3424289. OLE color: 3424289.

HSL color Cylindrical-coordinate representation of color #214034: hue angle of 156.77º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #214034 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 64 52 -
CMYK 0.48 0 0.19 0.75
HSL 156.77º 0.32% 0.19% -
HSV(B) 156.77º 0.48% 0.25% -
XYZ 3.08 4.24 3.9 -
YUV 53.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 33 64 52 0.48 0 0.19 0.75 156.77 0.32 0.19
Hex 21 40 34 30 0 13 4B 9D 20 13
Octal 41 100 64 60 0 23 113 235 40 23
Binary 100001 1000000 110100 110000 0 10011 1001011 10011101 100000 10011

Color Harmonies of #214034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214034

Black with #214034

Text Example


Text Example

White with #214034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214034; }

 p { color: rgb(33,64,52); }

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

background-color css

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

 a { background-color: rgb(33,64,52); }

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

border-color css

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

 span { border-color: rgb(33,64,52); }

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