Html Css Color HEX #214233 Burnham

📋 copy color: '#214233'

red 33 ◦ green 66 ◦ blue 51

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

Shades of Burnham #214233

Tints of Burnham #214233

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44%

 BLUE value IS 51 (20.31% from 255) = 34%

R = 22%
G = 44%
B = 34%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.23

 K value IS 0.74

RGB Variations

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

Color information

#214233 (or 0x214233) is known color: Burnham. HEX triplet: 21, 42 and 33. RGB value is (33,66,51). Sum of RGB (Red+Green+Blue) = 33+66+51=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 51 (20.31% from 255 or 34% from 150); Max value from RGB is 66 - color contains mainly: green. Hex color #214233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214233 is #DEBDCC. Grayscale: #363636. Windows color (decimal): -14597581 or 3359265. OLE color: 3359265.

HSL color Cylindrical-coordinate representation of color #214233: hue angle of 152.73º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #214233 is Cyan = 0.5, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB 33 66 51 -
CMYK 0.5 0 0.23 0.74
HSL 152.73º 0.33% 0.19% -
HSV(B) 152.73º 0.5% 0.26% -
XYZ 3.17 4.46 3.83 -
YUV 54.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 33 66 51 0.5 0 0.23 0.74 152.73 0.33 0.19
Hex 21 42 33 32 0 17 4A 99 21 13
Octal 41 102 63 62 0 27 112 231 41 23
Binary 100001 1000010 110011 110010 0 10111 1001010 10011001 100001 10011

Color Harmonies of #214233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214233

Black with #214233

Text Example


Text Example

White with #214233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214233; }

 p { color: rgb(33,66,51); }

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

background-color css

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

 a { background-color: rgb(33,66,51); }

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

border-color css

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

 span { border-color: rgb(33,66,51); }

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