Html Css Color HEX #214335 Burnham

📋 copy color: '#214335'

red 33 ◦ green 67 ◦ blue 53

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

Shades of Burnham #214335

Tints of Burnham #214335

RGB

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

 GREEN value IS 67 (26.56% from 255) = 43.79%

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

R = 21.57%
G = 43.79%
B = 34.64%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#214335 (or 0x214335) is known color: Burnham. HEX triplet: 21, 43 and 35. RGB value is (33,67,53). Sum of RGB (Red+Green+Blue) = 33+67+53=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 67 - color contains mainly: green. Hex color #214335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214335 is #DEBCCA. Grayscale: #373737. Windows color (decimal): -14597323 or 3490593. OLE color: 3490593.

HSL color Cylindrical-coordinate representation of color #214335: hue angle of 155.29º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #214335 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 33 67 53 -
CMYK 0.51 0 0.21 0.74
HSL 155.29º 0.34% 0.2% -
HSV(B) 155.29º 0.51% 0.26% -
XYZ 3.28 4.59 4.08 -
YUV 55.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 33 67 53 0.51 0 0.21 0.74 155.29 0.34 0.2
Hex 21 43 35 33 0 15 4A 9B 22 14
Octal 41 103 65 63 0 25 112 233 42 24
Binary 100001 1000011 110101 110011 0 10101 1001010 10011011 100010 10100

Color Harmonies of #214335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214335

Black with #214335

Text Example


Text Example

White with #214335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214335; }

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

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

background-color css

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

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

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

border-color css

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

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

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