Shades of Deep Koamaru #332A77
Tints of Deep Koamaru #332A77
RGB
CMYK
RGB Variations
Color information
#332A77 (or 0x332A77) is known color: Deep Koamaru. HEX triplet: 33, 2A and 77. RGB value is (51,42,119). Sum of RGB (Red+Green+Blue) = 51+42+119=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #332A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332A77 is #CCD588. Grayscale: #353535. Windows color (decimal): -13424009 or 7809587. OLE color: 7809587.
HSL color Cylindrical-coordinate representation of color #332A77: hue angle of 247.01º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #332A77 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 42 | 119 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.53 |
| HSL | 247.01º | 0.48% | 0.32% | - |
| HSV(B) | 247.01º | 0.65% | 0.47% | - |
| XYZ | 5.52 | 3.69 | 17.87 | - |
| YUV | 53.47 | 164.98 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 119 | 0.57 | 0.65 | 0 | 0.53 | 247.01 | 0.48 | 0.32 |
| Hex | 33 | 2A | 77 | 39 | 41 | 0 | 35 | F7 | 30 | 20 |
| Octal | 63 | 52 | 167 | 71 | 101 | 0 | 65 | 367 | 60 | 40 |
| Binary | 110011 | 101010 | 1110111 | 111001 | 1000001 | 0 | 110101 | 11110111 | 110000 | 100000 |
Color Harmonies of #332A77
Complementary color
Monochromatic Colors of #332A77
Black with #332A77
Text Example
Text Example
White with #332A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332A77; }
p { color: rgb(51,42,119); }
H1.HeaderClassName
{
color: #332A77;
}
.AnyTagClassName
{
color: #332A77;
}
</style>
background-color css
<style>
a { background-color: #332A77; }
a { background-color: rgb(51,42,119); }
div.DivClassName
{
background-color: #332A77;
}
.BgClassName
{
background-color: #332A77;
}
</style>
border-color css
<style>
span { border-color: #332A77; }
span { border-color: rgb(51,42,119); }
td.TdClassName
{
border-color: #332A77;
}
.TagClassName
{
border-color: #332A77;
}
</style>