Shades of Deep Koamaru #222D6B
Tints of Deep Koamaru #222D6B
RGB
CMYK
RGB Variations
Color information
#222D6B (or 0x222D6B) is known color: Deep Koamaru. HEX triplet: 22, 2D and 6B. RGB value is (34,45,107). Sum of RGB (Red+Green+Blue) = 34+45+107=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #222D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222D6B is #DDD294. Grayscale: #303030. Windows color (decimal): -14537365 or 7023906. OLE color: 7023906.
HSL color Cylindrical-coordinate representation of color #222D6B: hue angle of 230.96º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #222D6B is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 45 | 107 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.58 |
| HSL | 230.96º | 0.52% | 0.28% | - |
| HSV(B) | 230.96º | 0.68% | 0.42% | - |
| XYZ | 4.25 | 3.28 | 14.32 | - |
| YUV | 48.78 | 160.86 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 107 | 0.68 | 0.58 | 0 | 0.58 | 230.96 | 0.52 | 0.28 |
| Hex | 22 | 2D | 6B | 44 | 3A | 0 | 3A | E7 | 34 | 1C |
| Octal | 42 | 55 | 153 | 104 | 72 | 0 | 72 | 347 | 64 | 34 |
| Binary | 100010 | 101101 | 1101011 | 1000100 | 111010 | 0 | 111010 | 11100111 | 110100 | 11100 |
Color Harmonies of #222D6B
Complementary color
Monochromatic Colors of #222D6B
Black with #222D6B
Text Example
Text Example
White with #222D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222D6B; }
p { color: rgb(34,45,107); }
H1.HeaderClassName
{
color: #222D6B;
}
.AnyTagClassName
{
color: #222D6B;
}
</style>
background-color css
<style>
a { background-color: #222D6B; }
a { background-color: rgb(34,45,107); }
div.DivClassName
{
background-color: #222D6B;
}
.BgClassName
{
background-color: #222D6B;
}
</style>
border-color css
<style>
span { border-color: #222D6B; }
span { border-color: rgb(34,45,107); }
td.TdClassName
{
border-color: #222D6B;
}
.TagClassName
{
border-color: #222D6B;
}
</style>