Shades of Deep Koamaru #332F77
Tints of Deep Koamaru #332F77
RGB
CMYK
RGB Variations
Color information
#332F77 (or 0x332F77) is known color: Deep Koamaru. HEX triplet: 33, 2F and 77. RGB value is (51,47,119). Sum of RGB (Red+Green+Blue) = 51+47+119=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #332F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332F77 is #CCD088. Grayscale: #383838. Windows color (decimal): -13422729 or 7810867. OLE color: 7810867.
HSL color Cylindrical-coordinate representation of color #332F77: hue angle of 243.33º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #332F77 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 47 | 119 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.53 |
| HSL | 243.33º | 0.43% | 0.33% | - |
| HSV(B) | 243.33º | 0.61% | 0.47% | - |
| XYZ | 5.71 | 4.07 | 17.94 | - |
| YUV | 56.4 | 163.33 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 119 | 0.57 | 0.61 | 0 | 0.53 | 243.33 | 0.43 | 0.33 |
| Hex | 33 | 2F | 77 | 39 | 3D | 0 | 35 | F3 | 2B | 21 |
| Octal | 63 | 57 | 167 | 71 | 75 | 0 | 65 | 363 | 53 | 41 |
| Binary | 110011 | 101111 | 1110111 | 111001 | 111101 | 0 | 110101 | 11110011 | 101011 | 100001 |
Color Harmonies of #332F77
Complementary color
Monochromatic Colors of #332F77
Black with #332F77
Text Example
Text Example
White with #332F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332F77; }
p { color: rgb(51,47,119); }
H1.HeaderClassName
{
color: #332F77;
}
.AnyTagClassName
{
color: #332F77;
}
</style>
background-color css
<style>
a { background-color: #332F77; }
a { background-color: rgb(51,47,119); }
div.DivClassName
{
background-color: #332F77;
}
.BgClassName
{
background-color: #332F77;
}
</style>
border-color css
<style>
span { border-color: #332F77; }
span { border-color: rgb(51,47,119); }
td.TdClassName
{
border-color: #332F77;
}
.TagClassName
{
border-color: #332F77;
}
</style>