Shades of Deep Koamaru #212D69
Tints of Deep Koamaru #212D69
RGB
CMYK
RGB Variations
Color information
#212D69 (or 0x212D69) is known color: Deep Koamaru. HEX triplet: 21, 2D and 69. RGB value is (33,45,105). Sum of RGB (Red+Green+Blue) = 33+45+105=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #212D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212D69 is #DED296. Grayscale: #303030. Windows color (decimal): -14602903 or 6892833. OLE color: 6892833.
HSL color Cylindrical-coordinate representation of color #212D69: hue angle of 230º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #212D69 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 45 | 105 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.59 |
| HSL | 230º | 0.52% | 0.27% | - |
| HSV(B) | 230º | 0.69% | 0.41% | - |
| XYZ | 4.12 | 3.22 | 13.77 | - |
| YUV | 48.25 | 160.02 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 105 | 0.69 | 0.57 | 0 | 0.59 | 230 | 0.52 | 0.27 |
| Hex | 21 | 2D | 69 | 45 | 39 | 0 | 3B | E6 | 34 | 1B |
| Octal | 41 | 55 | 151 | 105 | 71 | 0 | 73 | 346 | 64 | 33 |
| Binary | 100001 | 101101 | 1101001 | 1000101 | 111001 | 0 | 111011 | 11100110 | 110100 | 11011 |
Color Harmonies of #212D69
Complementary color
Monochromatic Colors of #212D69
Black with #212D69
Text Example
Text Example
White with #212D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D69; }
p { color: rgb(33,45,105); }
H1.HeaderClassName
{
color: #212D69;
}
.AnyTagClassName
{
color: #212D69;
}
</style>
background-color css
<style>
a { background-color: #212D69; }
a { background-color: rgb(33,45,105); }
div.DivClassName
{
background-color: #212D69;
}
.BgClassName
{
background-color: #212D69;
}
</style>
border-color css
<style>
span { border-color: #212D69; }
span { border-color: rgb(33,45,105); }
td.TdClassName
{
border-color: #212D69;
}
.TagClassName
{
border-color: #212D69;
}
</style>