Html Css Color HEX #214035 Burnham

📋 copy color: '#214035'

red 33 ◦ green 64 ◦ blue 53

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

Shades of Burnham #214035

Tints of Burnham #214035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 35.33%

R = 22%
G = 42.67%
B = 35.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#214035 (or 0x214035) is known color: Burnham. HEX triplet: 21, 40 and 35. RGB value is (33,64,53). Sum of RGB (Red+Green+Blue) = 33+64+53=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #214035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214035 is #DEBFCA. Grayscale: #353535. Windows color (decimal): -14598091 or 3489825. OLE color: 3489825.

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

Color convert

RGB 33 64 53 -
CMYK 0.48 0 0.17 0.75
HSL 158.71º 0.32% 0.19% -
HSV(B) 158.71º 0.48% 0.25% -
XYZ 3.1 4.25 4.02 -
YUV 53.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 33 64 53 0.48 0 0.17 0.75 158.71 0.32 0.19
Hex 21 40 35 30 0 11 4B 9F 20 13
Octal 41 100 65 60 0 21 113 237 40 23
Binary 100001 1000000 110101 110000 0 10001 1001011 10011111 100000 10011

Color Harmonies of #214035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214035

Black with #214035

Text Example


Text Example

White with #214035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214035; }

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

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

background-color css

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

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

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

border-color css

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

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

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