Shades of Deep Koamaru #222B6B
Tints of Deep Koamaru #222B6B
RGB
CMYK
RGB Variations
Color information
#222B6B (or 0x222B6B) is known color: Deep Koamaru. HEX triplet: 22, 2B and 6B. RGB value is (34,43,107). Sum of RGB (Red+Green+Blue) = 34+43+107=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 43 (17.19% from 255 or 23.37% 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 #222B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222B6B is #DDD494. Grayscale: #2F2F2F. Windows color (decimal): -14537877 or 7023394. OLE color: 7023394.
HSL color Cylindrical-coordinate representation of color #222B6B: hue angle of 232.6º 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 #222B6B is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 43 | 107 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.58 |
| HSL | 232.6º | 0.52% | 0.28% | - |
| HSV(B) | 232.6º | 0.68% | 0.42% | - |
| XYZ | 4.18 | 3.13 | 14.29 | - |
| YUV | 47.61 | 161.52 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 107 | 0.68 | 0.60 | 0 | 0.58 | 232.6 | 0.52 | 0.28 |
| Hex | 22 | 2B | 6B | 44 | 3C | 0 | 3A | E9 | 34 | 1C |
| Octal | 42 | 53 | 153 | 104 | 74 | 0 | 72 | 351 | 64 | 34 |
| Binary | 100010 | 101011 | 1101011 | 1000100 | 111100 | 0 | 111010 | 11101001 | 110100 | 11100 |
Color Harmonies of #222B6B
Complementary color
Monochromatic Colors of #222B6B
Black with #222B6B
Text Example
Text Example
White with #222B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222B6B; }
p { color: rgb(34,43,107); }
H1.HeaderClassName
{
color: #222B6B;
}
.AnyTagClassName
{
color: #222B6B;
}
</style>
background-color css
<style>
a { background-color: #222B6B; }
a { background-color: rgb(34,43,107); }
div.DivClassName
{
background-color: #222B6B;
}
.BgClassName
{
background-color: #222B6B;
}
</style>
border-color css
<style>
span { border-color: #222B6B; }
span { border-color: rgb(34,43,107); }
td.TdClassName
{
border-color: #222B6B;
}
.TagClassName
{
border-color: #222B6B;
}
</style>