Shades of Deep Koamaru #222C67
Tints of Deep Koamaru #222C67
RGB
CMYK
RGB Variations
Color information
#222C67 (or 0x222C67) is known color: Deep Koamaru. HEX triplet: 22, 2C and 67. RGB value is (34,44,103). Sum of RGB (Red+Green+Blue) = 34+44+103=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 103 (40.62% from 255 or 56.91% from 181); Max value from RGB is 103 - color contains mainly: blue. Hex color #222C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222C67 is #DDD398. Grayscale: #2F2F2F. Windows color (decimal): -14537625 or 6761506. OLE color: 6761506.
HSL color Cylindrical-coordinate representation of color #222C67: hue angle of 231.3º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #222C67 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 34 | 44 | 103 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.60 |
| HSL | 231.3º | 0.5% | 0.27% | - |
| HSV(B) | 231.3º | 0.67% | 0.4% | - |
| XYZ | 4.01 | 3.12 | 13.22 | - |
| YUV | 47.74 | 159.19 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 103 | 0.67 | 0.57 | 0 | 0.60 | 231.3 | 0.5 | 0.27 |
| Hex | 22 | 2C | 67 | 43 | 39 | 0 | 3C | E7 | 32 | 1B |
| Octal | 42 | 54 | 147 | 103 | 71 | 0 | 74 | 347 | 62 | 33 |
| Binary | 100010 | 101100 | 1100111 | 1000011 | 111001 | 0 | 111100 | 11100111 | 110010 | 11011 |
Color Harmonies of #222C67
Complementary color
Monochromatic Colors of #222C67
Black with #222C67
Text Example
Text Example
White with #222C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222C67; }
p { color: rgb(34,44,103); }
H1.HeaderClassName
{
color: #222C67;
}
.AnyTagClassName
{
color: #222C67;
}
</style>
background-color css
<style>
a { background-color: #222C67; }
a { background-color: rgb(34,44,103); }
div.DivClassName
{
background-color: #222C67;
}
.BgClassName
{
background-color: #222C67;
}
</style>
border-color css
<style>
span { border-color: #222C67; }
span { border-color: rgb(34,44,103); }
td.TdClassName
{
border-color: #222C67;
}
.TagClassName
{
border-color: #222C67;
}
</style>