#214034

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

Shades of Burnham #214034

Tints of Burnham #214034

Color information

#214034 (or 0x214034) is unknown color: approx Burnham. HEX triplet: 21, 40 and 34. RGB value is (33,64,52). Sum of RGB (Red+Green+Blue) = 33+64+52=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #214034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214034 is #DEBFCB. Grayscale: #353535. Windows color (decimal): -14598092 or 3424289. OLE color: 3424289.

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

Color convert

RGB336452-
CMYK0.4800.190.75
HSL156.77º31.96%19.02%-
HSV(B)156.77º48.44%25.1%-
XYZ3.084.243.9-
YUV53.36127.23113.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.15%
GREEN value IS 64 (25.39% from 255) = 42.95%
BLUE value IS 52 (20.70% from 255) = 34.90%
R=22.15%
G=42.95%
B=34.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3364520.4800.190.75156.7731.9619.02
Hex214034300134B9d2013
Octal4110064600231132354023
Binary100001100000011010011000001001110010111001110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214034; }

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

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

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

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

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

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

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

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