Shades of Deep Koamaru #332C74
Tints of Deep Koamaru #332C74
RGB
CMYK
RGB Variations
Color information
#332C74 (or 0x332C74) is known color: Deep Koamaru. HEX triplet: 33, 2C and 74. RGB value is (51,44,116). Sum of RGB (Red+Green+Blue) = 51+44+116=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #332C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332C74 is #CCD38B. Grayscale: #363636. Windows color (decimal): -13423500 or 7613491. OLE color: 7613491.
HSL color Cylindrical-coordinate representation of color #332C74: hue angle of 245.83º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #332C74 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 44 | 116 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.55 |
| HSL | 245.83º | 0.45% | 0.31% | - |
| HSV(B) | 245.83º | 0.62% | 0.45% | - |
| XYZ | 5.42 | 3.77 | 16.96 | - |
| YUV | 54.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 44 | 116 | 0.56 | 0.62 | 0 | 0.55 | 245.83 | 0.45 | 0.31 |
| Hex | 33 | 2C | 74 | 38 | 3E | 0 | 37 | F6 | 2D | 1F |
| Octal | 63 | 54 | 164 | 70 | 76 | 0 | 67 | 366 | 55 | 37 |
| Binary | 110011 | 101100 | 1110100 | 111000 | 111110 | 0 | 110111 | 11110110 | 101101 | 11111 |
Color Harmonies of #332C74
Complementary color
Monochromatic Colors of #332C74
Black with #332C74
Text Example
Text Example
White with #332C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332C74; }
p { color: rgb(51,44,116); }
H1.HeaderClassName
{
color: #332C74;
}
.AnyTagClassName
{
color: #332C74;
}
</style>
background-color css
<style>
a { background-color: #332C74; }
a { background-color: rgb(51,44,116); }
div.DivClassName
{
background-color: #332C74;
}
.BgClassName
{
background-color: #332C74;
}
</style>
border-color css
<style>
span { border-color: #332C74; }
span { border-color: rgb(51,44,116); }
td.TdClassName
{
border-color: #332C74;
}
.TagClassName
{
border-color: #332C74;
}
</style>