Html Css Color HEX #213E34 Burnham

📋 copy color: '#213E34'

red 33 ◦ green 62 ◦ blue 52

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

Shades of Burnham #213E34

Tints of Burnham #213E34

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.7% from 255) = 35.37%

R = 22.45%
G = 42.18%
B = 35.37%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.76

RGB Variations

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

Color information

#213E34 (or 0x213E34) is known color: 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

RGB 33 62 52 -
CMYK 0.47 0 0.16 0.76
HSL 159.31º 0.31% 0.19% -
HSV(B) 159.31º 0.47% 0.24% -
XYZ 2.97 4.02 3.87 -
YUV 52.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 33 62 52 0.47 0 0.16 0.76 159.31 0.31 0.19
Hex 21 3E 34 2F 0 10 4C 9F 1F 13
Octal 41 76 64 57 0 20 114 237 37 23
Binary 100001 111110 110100 101111 0 10000 1001100 10011111 11111 10011

Color Harmonies of #213E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213E34

Black with #213E34

Text Example


Text Example

White with #213E34

Text Example


Text Example

HTML Codes & Css Web 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>