Shades of Deep Koamaru #333564
Tints of Deep Koamaru #333564
RGB
CMYK
RGB Variations
Color information
#333564 (or 0x333564) is known color: Deep Koamaru. HEX triplet: 33, 35 and 64. RGB value is (51,53,100). Sum of RGB (Red+Green+Blue) = 51+53+100=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 100 - color contains mainly: blue. Hex color #333564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333564 is #CCCA9B. Grayscale: #393939. Windows color (decimal): -13421212 or 6567219. OLE color: 6567219.
HSL color Cylindrical-coordinate representation of color #333564: hue angle of 237.55º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #333564 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 53 | 100 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.61 |
| HSL | 237.55º | 0.32% | 0.3% | - |
| HSV(B) | 237.55º | 0.49% | 0.39% | - |
| XYZ | 4.94 | 4.17 | 12.6 | - |
| YUV | 57.76 | 151.84 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 100 | 0.49 | 0.47 | 0 | 0.61 | 237.55 | 0.32 | 0.3 |
| Hex | 33 | 35 | 64 | 31 | 2F | 0 | 3D | EE | 20 | 1E |
| Octal | 63 | 65 | 144 | 61 | 57 | 0 | 75 | 356 | 40 | 36 |
| Binary | 110011 | 110101 | 1100100 | 110001 | 101111 | 0 | 111101 | 11101110 | 100000 | 11110 |
Color Harmonies of #333564
Complementary color
Monochromatic Colors of #333564
Black with #333564
Text Example
Text Example
White with #333564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333564; }
p { color: rgb(51,53,100); }
H1.HeaderClassName
{
color: #333564;
}
.AnyTagClassName
{
color: #333564;
}
</style>
background-color css
<style>
a { background-color: #333564; }
a { background-color: rgb(51,53,100); }
div.DivClassName
{
background-color: #333564;
}
.BgClassName
{
background-color: #333564;
}
</style>
border-color css
<style>
span { border-color: #333564; }
span { border-color: rgb(51,53,100); }
td.TdClassName
{
border-color: #333564;
}
.TagClassName
{
border-color: #333564;
}
</style>