Shades of Deep Koamaru #212D6D
Tints of Deep Koamaru #212D6D
RGB
CMYK
RGB Variations
Color information
#212D6D (or 0x212D6D) is known color: Deep Koamaru. HEX triplet: 21, 2D and 6D. RGB value is (33,45,109). Sum of RGB (Red+Green+Blue) = 33+45+109=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #212D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212D6D is #DED292. Grayscale: #303030. Windows color (decimal): -14602899 or 7154977. OLE color: 7154977.
HSL color Cylindrical-coordinate representation of color #212D6D: hue angle of 230.53º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #212D6D is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 45 | 109 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.57 |
| HSL | 230.53º | 0.54% | 0.28% | - |
| HSV(B) | 230.53º | 0.7% | 0.43% | - |
| XYZ | 4.33 | 3.3 | 14.88 | - |
| YUV | 48.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 109 | 0.70 | 0.59 | 0 | 0.57 | 230.53 | 0.54 | 0.28 |
| Hex | 21 | 2D | 6D | 46 | 3B | 0 | 39 | E7 | 36 | 1C |
| Octal | 41 | 55 | 155 | 106 | 73 | 0 | 71 | 347 | 66 | 34 |
| Binary | 100001 | 101101 | 1101101 | 1000110 | 111011 | 0 | 111001 | 11100111 | 110110 | 11100 |
Color Harmonies of #212D6D
Complementary color
Monochromatic Colors of #212D6D
Black with #212D6D
Text Example
Text Example
White with #212D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D6D; }
p { color: rgb(33,45,109); }
H1.HeaderClassName
{
color: #212D6D;
}
.AnyTagClassName
{
color: #212D6D;
}
</style>
background-color css
<style>
a { background-color: #212D6D; }
a { background-color: rgb(33,45,109); }
div.DivClassName
{
background-color: #212D6D;
}
.BgClassName
{
background-color: #212D6D;
}
</style>
border-color css
<style>
span { border-color: #212D6D; }
span { border-color: rgb(33,45,109); }
td.TdClassName
{
border-color: #212D6D;
}
.TagClassName
{
border-color: #212D6D;
}
</style>