Shades of Deep Koamaru #332F60
Tints of Deep Koamaru #332F60
RGB
CMYK
RGB Variations
Color information
#332F60 (or 0x332F60) is known color: Deep Koamaru. HEX triplet: 33, 2F and 60. RGB value is (51,47,96). Sum of RGB (Red+Green+Blue) = 51+47+96=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #332F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332F60 is #CCD09F. Grayscale: #353535. Windows color (decimal): -13422752 or 6303539. OLE color: 6303539.
HSL color Cylindrical-coordinate representation of color #332F60: hue angle of 244.9º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #332F60 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 47 | 96 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.62 |
| HSL | 244.9º | 0.34% | 0.28% | - |
| HSV(B) | 244.9º | 0.51% | 0.38% | - |
| XYZ | 4.49 | 3.58 | 11.52 | - |
| YUV | 53.78 | 151.83 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 96 | 0.47 | 0.51 | 0 | 0.62 | 244.9 | 0.34 | 0.28 |
| Hex | 33 | 2F | 60 | 2F | 33 | 0 | 3E | F5 | 22 | 1C |
| Octal | 63 | 57 | 140 | 57 | 63 | 0 | 76 | 365 | 42 | 34 |
| Binary | 110011 | 101111 | 1100000 | 101111 | 110011 | 0 | 111110 | 11110101 | 100010 | 11100 |
Color Harmonies of #332F60
Complementary color
Monochromatic Colors of #332F60
Black with #332F60
Text Example
Text Example
White with #332F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332F60; }
p { color: rgb(51,47,96); }
H1.HeaderClassName
{
color: #332F60;
}
.AnyTagClassName
{
color: #332F60;
}
</style>
background-color css
<style>
a { background-color: #332F60; }
a { background-color: rgb(51,47,96); }
div.DivClassName
{
background-color: #332F60;
}
.BgClassName
{
background-color: #332F60;
}
</style>
border-color css
<style>
span { border-color: #332F60; }
span { border-color: rgb(51,47,96); }
td.TdClassName
{
border-color: #332F60;
}
.TagClassName
{
border-color: #332F60;
}
</style>