Shades of Deep Koamaru #333360
Tints of Deep Koamaru #333360
RGB
CMYK
RGB Variations
Color information
#333360 (or 0x333360) is known color: Deep Koamaru. HEX triplet: 33, 33 and 60. RGB value is (51,51,96). Sum of RGB (Red+Green+Blue) = 51+51+96=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #333360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333360 is #CCCC9F. Grayscale: #373737. Windows color (decimal): -13421728 or 6304563. OLE color: 6304563.
HSL color Cylindrical-coordinate representation of color #333360: hue angle of 240º 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 #333360 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 51 | 96 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.62 |
| HSL | 240º | 0.31% | 0.29% | - |
| HSV(B) | 240º | 0.47% | 0.38% | - |
| XYZ | 4.66 | 3.92 | 11.58 | - |
| YUV | 56.13 | 150.5 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 96 | 0.47 | 0.47 | 0 | 0.62 | 240 | 0.31 | 0.29 |
| Hex | 33 | 33 | 60 | 2F | 2F | 0 | 3E | F0 | 1F | 1D |
| Octal | 63 | 63 | 140 | 57 | 57 | 0 | 76 | 360 | 37 | 35 |
| Binary | 110011 | 110011 | 1100000 | 101111 | 101111 | 0 | 111110 | 11110000 | 11111 | 11101 |
Color Harmonies of #333360
Complementary color
Monochromatic Colors of #333360
Black with #333360
Text Example
Text Example
White with #333360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333360; }
p { color: rgb(51,51,96); }
H1.HeaderClassName
{
color: #333360;
}
.AnyTagClassName
{
color: #333360;
}
</style>
background-color css
<style>
a { background-color: #333360; }
a { background-color: rgb(51,51,96); }
div.DivClassName
{
background-color: #333360;
}
.BgClassName
{
background-color: #333360;
}
</style>
border-color css
<style>
span { border-color: #333360; }
span { border-color: rgb(51,51,96); }
td.TdClassName
{
border-color: #333360;
}
.TagClassName
{
border-color: #333360;
}
</style>