Shades of Deep Koamaru #333560
Tints of Deep Koamaru #333560
RGB
CMYK
RGB Variations
Color information
#333560 (or 0x333560) is known color: Deep Koamaru. HEX triplet: 33, 35 and 60. RGB value is (51,53,96). Sum of RGB (Red+Green+Blue) = 51+53+96=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #333560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333560 is #CCCA9F. Grayscale: #393939. Windows color (decimal): -13421216 or 6305075. OLE color: 6305075.
HSL color Cylindrical-coordinate representation of color #333560: hue angle of 237.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #333560 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 53 | 96 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.62 |
| HSL | 237.33º | 0.31% | 0.29% | - |
| HSV(B) | 237.33º | 0.47% | 0.38% | - |
| XYZ | 4.75 | 4.09 | 11.61 | - |
| YUV | 57.3 | 149.84 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 96 | 0.47 | 0.45 | 0 | 0.62 | 237.33 | 0.31 | 0.29 |
| Hex | 33 | 35 | 60 | 2F | 2D | 0 | 3E | ED | 1F | 1D |
| Octal | 63 | 65 | 140 | 57 | 55 | 0 | 76 | 355 | 37 | 35 |
| Binary | 110011 | 110101 | 1100000 | 101111 | 101101 | 0 | 111110 | 11101101 | 11111 | 11101 |
Color Harmonies of #333560
Complementary color
Monochromatic Colors of #333560
Black with #333560
Text Example
Text Example
White with #333560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333560; }
p { color: rgb(51,53,96); }
H1.HeaderClassName
{
color: #333560;
}
.AnyTagClassName
{
color: #333560;
}
</style>
background-color css
<style>
a { background-color: #333560; }
a { background-color: rgb(51,53,96); }
div.DivClassName
{
background-color: #333560;
}
.BgClassName
{
background-color: #333560;
}
</style>
border-color css
<style>
span { border-color: #333560; }
span { border-color: rgb(51,53,96); }
td.TdClassName
{
border-color: #333560;
}
.TagClassName
{
border-color: #333560;
}
</style>