Shades of Burnham #214334
Tints of Burnham #214334
RGB
CMYK
RGB Variations
Color information
#214334 (or 0x214334) is known color: Burnham. HEX triplet: 21, 43 and 34. RGB value is (33,67,52). Sum of RGB (Red+Green+Blue) = 33+67+52=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 67 - color contains mainly: green. Hex color #214334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214334 is #DEBCCB. Grayscale: #373737. Windows color (decimal): -14597324 or 3425057. OLE color: 3425057.
HSL color Cylindrical-coordinate representation of color #214334: hue angle of 153.53º 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 #214334 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 67 | 52 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.74 |
| HSL | 153.53º | 0.34% | 0.2% | - |
| HSV(B) | 153.53º | 0.51% | 0.26% | - |
| XYZ | 3.25 | 4.59 | 3.96 | - |
| YUV | 55.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 52 | 0.51 | 0 | 0.22 | 0.74 | 153.53 | 0.34 | 0.2 |
| Hex | 21 | 43 | 34 | 33 | 0 | 16 | 4A | 9A | 22 | 14 |
| Octal | 41 | 103 | 64 | 63 | 0 | 26 | 112 | 232 | 42 | 24 |
| Binary | 100001 | 1000011 | 110100 | 110011 | 0 | 10110 | 1001010 | 10011010 | 100010 | 10100 |
Color Harmonies of #214334
Complementary color
Monochromatic Colors of #214334
Black with #214334
Text Example
Text Example
White with #214334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214334; }
p { color: rgb(33,67,52); }
H1.HeaderClassName
{
color: #214334;
}
.AnyTagClassName
{
color: #214334;
}
</style>
background-color css
<style>
a { background-color: #214334; }
a { background-color: rgb(33,67,52); }
div.DivClassName
{
background-color: #214334;
}
.BgClassName
{
background-color: #214334;
}
</style>
border-color css
<style>
span { border-color: #214334; }
span { border-color: rgb(33,67,52); }
td.TdClassName
{
border-color: #214334;
}
.TagClassName
{
border-color: #214334;
}
</style>