Html Css Color HEX #214036 Burnham

📋 copy color: '#214036'

red 33 ◦ green 64 ◦ blue 54

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

Shades of Burnham #214036

Tints of Burnham #214036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 35.76%

R = 21.85%
G = 42.38%
B = 35.76%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#214036 (or 0x214036) is known color: Burnham. HEX triplet: 21, 40 and 36. RGB value is (33,64,54). Sum of RGB (Red+Green+Blue) = 33+64+54=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 64 - color contains mainly: green. Hex color #214036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214036 is #DEBFC9. Grayscale: #353535. Windows color (decimal): -14598090 or 3555361. OLE color: 3555361.

HSL color Cylindrical-coordinate representation of color #214036: hue angle of 160.65º 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 #214036 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 64 54 -
CMYK 0.48 0 0.16 0.75
HSL 160.65º 0.32% 0.19% -
HSV(B) 160.65º 0.48% 0.25% -
XYZ 3.13 4.26 4.15 -
YUV 53.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 33 64 54 0.48 0 0.16 0.75 160.65 0.32 0.19
Hex 21 40 36 30 0 10 4B A1 20 13
Octal 41 100 66 60 0 20 113 241 40 23
Binary 100001 1000000 110110 110000 0 10000 1001011 10100001 100000 10011

Color Harmonies of #214036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214036

Black with #214036

Text Example


Text Example

White with #214036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214036; }

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

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

background-color css

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

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

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

border-color css

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

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

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