Shades of Deep Koamaru #222C6B
Tints of Deep Koamaru #222C6B
RGB
CMYK
RGB Variations
Color information
#222C6B (or 0x222C6B) is known color: Deep Koamaru. HEX triplet: 22, 2C and 6B. RGB value is (34,44,107). Sum of RGB (Red+Green+Blue) = 34+44+107=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #222C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222C6B is #DDD394. Grayscale: #2F2F2F. Windows color (decimal): -14537621 or 7023650. OLE color: 7023650.
HSL color Cylindrical-coordinate representation of color #222C6B: hue angle of 231.78º 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 #222C6B is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 44 | 107 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.58 |
| HSL | 231.78º | 0.52% | 0.28% | - |
| HSV(B) | 231.78º | 0.68% | 0.42% | - |
| XYZ | 4.21 | 3.2 | 14.31 | - |
| YUV | 48.19 | 161.19 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 107 | 0.68 | 0.59 | 0 | 0.58 | 231.78 | 0.52 | 0.28 |
| Hex | 22 | 2C | 6B | 44 | 3B | 0 | 3A | E8 | 34 | 1C |
| Octal | 42 | 54 | 153 | 104 | 73 | 0 | 72 | 350 | 64 | 34 |
| Binary | 100010 | 101100 | 1101011 | 1000100 | 111011 | 0 | 111010 | 11101000 | 110100 | 11100 |
Color Harmonies of #222C6B
Complementary color
Monochromatic Colors of #222C6B
Black with #222C6B
Text Example
Text Example
White with #222C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222C6B; }
p { color: rgb(34,44,107); }
H1.HeaderClassName
{
color: #222C6B;
}
.AnyTagClassName
{
color: #222C6B;
}
</style>
background-color css
<style>
a { background-color: #222C6B; }
a { background-color: rgb(34,44,107); }
div.DivClassName
{
background-color: #222C6B;
}
.BgClassName
{
background-color: #222C6B;
}
</style>
border-color css
<style>
span { border-color: #222C6B; }
span { border-color: rgb(34,44,107); }
td.TdClassName
{
border-color: #222C6B;
}
.TagClassName
{
border-color: #222C6B;
}
</style>