Shades of Deep Koamaru #212C6B
Tints of Deep Koamaru #212C6B
RGB
CMYK
RGB Variations
Color information
#212C6B (or 0x212C6B) is known color: Deep Koamaru. HEX triplet: 21, 2C and 6B. RGB value is (33,44,107). Sum of RGB (Red+Green+Blue) = 33+44+107=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 107 (42.19% from 255 or 58.15% from 184); Max value from RGB is 107 - color contains mainly: blue. Hex color #212C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212C6B is #DED394. Grayscale: #2F2F2F. Windows color (decimal): -14603157 or 7023649. OLE color: 7023649.
HSL color Cylindrical-coordinate representation of color #212C6B: hue angle of 231.08º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #212C6B is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 44 | 107 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.58 |
| HSL | 231.08º | 0.53% | 0.27% | - |
| HSV(B) | 231.08º | 0.69% | 0.42% | - |
| XYZ | 4.18 | 3.19 | 14.3 | - |
| YUV | 47.89 | 161.36 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 107 | 0.69 | 0.59 | 0 | 0.58 | 231.08 | 0.53 | 0.27 |
| Hex | 21 | 2C | 6B | 45 | 3B | 0 | 3A | E7 | 35 | 1B |
| Octal | 41 | 54 | 153 | 105 | 73 | 0 | 72 | 347 | 65 | 33 |
| Binary | 100001 | 101100 | 1101011 | 1000101 | 111011 | 0 | 111010 | 11100111 | 110101 | 11011 |
Color Harmonies of #212C6B
Complementary color
Monochromatic Colors of #212C6B
Black with #212C6B
Text Example
Text Example
White with #212C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212C6B; }
p { color: rgb(33,44,107); }
H1.HeaderClassName
{
color: #212C6B;
}
.AnyTagClassName
{
color: #212C6B;
}
</style>
background-color css
<style>
a { background-color: #212C6B; }
a { background-color: rgb(33,44,107); }
div.DivClassName
{
background-color: #212C6B;
}
.BgClassName
{
background-color: #212C6B;
}
</style>
border-color css
<style>
span { border-color: #212C6B; }
span { border-color: rgb(33,44,107); }
td.TdClassName
{
border-color: #212C6B;
}
.TagClassName
{
border-color: #212C6B;
}
</style>