#213E34

Color #213E34 Burnham (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnham #213E34

Tints of Burnham #213E34

Color information

#213E34 (or 0x213E34) is unknown color: approx Burnham. HEX triplet: 21, 3E and 34. RGB value is (33,62,52). Sum of RGB (Red+Green+Blue) = 33+62+52=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 62 (24.61% from 255 or 42.18% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 62 - color contains mainly: green. Hex color #213E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E34 is #DEC1CB. Grayscale: #343434. Windows color (decimal): -14598604 or 3423777. OLE color: 3423777.

HSL color Cylindrical-coordinate representation of color #213E34: hue angle of 159.31º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #213E34 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB336252-
CMYK0.4700.160.76
HSL159.31º30.53%18.63%-
HSV(B)159.31º46.77%24.31%-
XYZ2.974.023.87-
YUV52.19127.89114.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 62 (24.61% from 255) = 42.18%
BLUE value IS 52 (20.70% from 255) = 35.37%
R=22.45%
G=42.18%
B=35.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3362520.4700.160.76159.3130.5318.63
Hex213E342F0104C9f1f13
Octal417664570201142373723
Binary1000011111101101001011110100001001100100111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213E34; }

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

 H1.HeaderClassName
 {
   color: #213E34;
 }
 .AnyTagClassName
 {
   color: #213E34;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #213E34;
 }
 .BgClassName
 {
   background-color: #213E34;
 }
</style>
border-color css

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

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

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