Shades of Deep Koamaru #332C77
Tints of Deep Koamaru #332C77
RGB
CMYK
RGB Variations
Color information
#332C77 (or 0x332C77) is known color: Deep Koamaru. HEX triplet: 33, 2C and 77. RGB value is (51,44,119). Sum of RGB (Red+Green+Blue) = 51+44+119=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #332C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332C77 is #CCD388. Grayscale: #363636. Windows color (decimal): -13423497 or 7810099. OLE color: 7810099.
HSL color Cylindrical-coordinate representation of color #332C77: hue angle of 245.6º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #332C77 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 44 | 119 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.53 |
| HSL | 245.6º | 0.46% | 0.32% | - |
| HSV(B) | 245.6º | 0.63% | 0.47% | - |
| XYZ | 5.6 | 3.84 | 17.9 | - |
| YUV | 54.64 | 164.32 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 44 | 119 | 0.57 | 0.63 | 0 | 0.53 | 245.6 | 0.46 | 0.32 |
| Hex | 33 | 2C | 77 | 39 | 3F | 0 | 35 | F6 | 2E | 20 |
| Octal | 63 | 54 | 167 | 71 | 77 | 0 | 65 | 366 | 56 | 40 |
| Binary | 110011 | 101100 | 1110111 | 111001 | 111111 | 0 | 110101 | 11110110 | 101110 | 100000 |
Color Harmonies of #332C77
Complementary color
Monochromatic Colors of #332C77
Black with #332C77
Text Example
Text Example
White with #332C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332C77; }
p { color: rgb(51,44,119); }
H1.HeaderClassName
{
color: #332C77;
}
.AnyTagClassName
{
color: #332C77;
}
</style>
background-color css
<style>
a { background-color: #332C77; }
a { background-color: rgb(51,44,119); }
div.DivClassName
{
background-color: #332C77;
}
.BgClassName
{
background-color: #332C77;
}
</style>
border-color css
<style>
span { border-color: #332C77; }
span { border-color: rgb(51,44,119); }
td.TdClassName
{
border-color: #332C77;
}
.TagClassName
{
border-color: #332C77;
}
</style>