#214336

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

Shades of Burnham #214336

Tints of Burnham #214336

Color information

#214336 (or 0x214336) is unknown color: approx Burnham. HEX triplet: 21, 43 and 36. RGB value is (33,67,54). Sum of RGB (Red+Green+Blue) = 33+67+54=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 54 (21.48% from 255 or 35.06% from 154); Max value from RGB is 67 - color contains mainly: green. Hex color #214336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214336 is #DEBCC9. Grayscale: #373737. Windows color (decimal): -14597322 or 3556129. OLE color: 3556129.

HSL color Cylindrical-coordinate representation of color #214336: hue angle of 157.06º 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 #214336 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.74.

Color convert

RGB336754-
CMYK0.5100.190.74
HSL157.06º34%19.61%-
HSV(B)157.06º50.75%26.27%-
XYZ3.34.64.2-
YUV55.35127.24112.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.43%
GREEN value IS 67 (26.56% from 255) = 43.51%
BLUE value IS 54 (21.48% from 255) = 35.06%
R=21.43%
G=43.51%
B=35.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3367540.5100.190.74157.063419.61
Hex214336330134A9d2214
Octal4110366630231122354224
Binary100001100001111011011001101001110010101001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214336; }

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

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

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

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

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

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

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

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