Shades of Deep Koamaru #222F69
Tints of Deep Koamaru #222F69
RGB
CMYK
RGB Variations
Color information
#222F69 (or 0x222F69) is known color: Deep Koamaru. HEX triplet: 22, 2F and 69. RGB value is (34,47,105). Sum of RGB (Red+Green+Blue) = 34+47+105=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #222F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222F69 is #DDD096. Grayscale: #313131. Windows color (decimal): -14536855 or 6893346. OLE color: 6893346.
HSL color Cylindrical-coordinate representation of color #222F69: hue angle of 229.01º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #222F69 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 47 | 105 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.59 |
| HSL | 229.01º | 0.51% | 0.27% | - |
| HSV(B) | 229.01º | 0.68% | 0.41% | - |
| XYZ | 4.23 | 3.39 | 13.8 | - |
| YUV | 49.73 | 159.19 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 105 | 0.68 | 0.55 | 0 | 0.59 | 229.01 | 0.51 | 0.27 |
| Hex | 22 | 2F | 69 | 44 | 37 | 0 | 3B | E5 | 33 | 1B |
| Octal | 42 | 57 | 151 | 104 | 67 | 0 | 73 | 345 | 63 | 33 |
| Binary | 100010 | 101111 | 1101001 | 1000100 | 110111 | 0 | 111011 | 11100101 | 110011 | 11011 |
Color Harmonies of #222F69
Complementary color
Monochromatic Colors of #222F69
Black with #222F69
Text Example
Text Example
White with #222F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222F69; }
p { color: rgb(34,47,105); }
H1.HeaderClassName
{
color: #222F69;
}
.AnyTagClassName
{
color: #222F69;
}
</style>
background-color css
<style>
a { background-color: #222F69; }
a { background-color: rgb(34,47,105); }
div.DivClassName
{
background-color: #222F69;
}
.BgClassName
{
background-color: #222F69;
}
</style>
border-color css
<style>
span { border-color: #222F69; }
span { border-color: rgb(34,47,105); }
td.TdClassName
{
border-color: #222F69;
}
.TagClassName
{
border-color: #222F69;
}
</style>