Shades of Deep Koamaru #333372
Tints of Deep Koamaru #333372
RGB
CMYK
RGB Variations
Color information
#333372 (or 0x333372) is known color: Deep Koamaru. HEX triplet: 33, 33 and 72. RGB value is (51,51,114). Sum of RGB (Red+Green+Blue) = 51+51+114=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #333372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333372 is #CCCC8D. Grayscale: #393939. Windows color (decimal): -13421710 or 7484211. OLE color: 7484211.
HSL color Cylindrical-coordinate representation of color #333372: hue angle of 240º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #333372 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 51 | 114 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.55 |
| HSL | 240º | 0.38% | 0.32% | - |
| HSV(B) | 240º | 0.55% | 0.45% | - |
| XYZ | 5.59 | 4.29 | 16.45 | - |
| YUV | 58.18 | 159.5 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 114 | 0.55 | 0.55 | 0 | 0.55 | 240 | 0.38 | 0.32 |
| Hex | 33 | 33 | 72 | 37 | 37 | 0 | 37 | F0 | 26 | 20 |
| Octal | 63 | 63 | 162 | 67 | 67 | 0 | 67 | 360 | 46 | 40 |
| Binary | 110011 | 110011 | 1110010 | 110111 | 110111 | 0 | 110111 | 11110000 | 100110 | 100000 |
Color Harmonies of #333372
Complementary color
Monochromatic Colors of #333372
Black with #333372
Text Example
Text Example
White with #333372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333372; }
p { color: rgb(51,51,114); }
H1.HeaderClassName
{
color: #333372;
}
.AnyTagClassName
{
color: #333372;
}
</style>
background-color css
<style>
a { background-color: #333372; }
a { background-color: rgb(51,51,114); }
div.DivClassName
{
background-color: #333372;
}
.BgClassName
{
background-color: #333372;
}
</style>
border-color css
<style>
span { border-color: #333372; }
span { border-color: rgb(51,51,114); }
td.TdClassName
{
border-color: #333372;
}
.TagClassName
{
border-color: #333372;
}
</style>