Shades of Deep Koamaru #222F68
Tints of Deep Koamaru #222F68
RGB
CMYK
RGB Variations
Color information
#222F68 (or 0x222F68) is known color: Deep Koamaru. HEX triplet: 22, 2F and 68. RGB value is (34,47,104). Sum of RGB (Red+Green+Blue) = 34+47+104=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #222F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222F68 is #DDD097. Grayscale: #313131. Windows color (decimal): -14536856 or 6827810. OLE color: 6827810.
HSL color Cylindrical-coordinate representation of color #222F68: hue angle of 228.86º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #222F68 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 47 | 104 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.59 |
| HSL | 228.86º | 0.51% | 0.27% | - |
| HSV(B) | 228.86º | 0.67% | 0.41% | - |
| XYZ | 4.17 | 3.37 | 13.53 | - |
| YUV | 49.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 104 | 0.67 | 0.55 | 0 | 0.59 | 228.86 | 0.51 | 0.27 |
| Hex | 22 | 2F | 68 | 43 | 37 | 0 | 3B | E5 | 33 | 1B |
| Octal | 42 | 57 | 150 | 103 | 67 | 0 | 73 | 345 | 63 | 33 |
| Binary | 100010 | 101111 | 1101000 | 1000011 | 110111 | 0 | 111011 | 11100101 | 110011 | 11011 |
Color Harmonies of #222F68
Complementary color
Monochromatic Colors of #222F68
Black with #222F68
Text Example
Text Example
White with #222F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222F68; }
p { color: rgb(34,47,104); }
H1.HeaderClassName
{
color: #222F68;
}
.AnyTagClassName
{
color: #222F68;
}
</style>
background-color css
<style>
a { background-color: #222F68; }
a { background-color: rgb(34,47,104); }
div.DivClassName
{
background-color: #222F68;
}
.BgClassName
{
background-color: #222F68;
}
</style>
border-color css
<style>
span { border-color: #222F68; }
span { border-color: rgb(34,47,104); }
td.TdClassName
{
border-color: #222F68;
}
.TagClassName
{
border-color: #222F68;
}
</style>