Shades of Deep Koamaru #333170
Tints of Deep Koamaru #333170
RGB
CMYK
RGB Variations
Color information
#333170 (or 0x333170) is known color: Deep Koamaru. HEX triplet: 33, 31 and 70. RGB value is (51,49,112). Sum of RGB (Red+Green+Blue) = 51+49+112=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #333170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333170 is #CCCE8F. Grayscale: #383838. Windows color (decimal): -13422224 or 7352627. OLE color: 7352627.
HSL color Cylindrical-coordinate representation of color #333170: hue angle of 241.9º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #333170 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 49 | 112 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.56 |
| HSL | 241.9º | 0.39% | 0.32% | - |
| HSV(B) | 241.9º | 0.56% | 0.44% | - |
| XYZ | 5.39 | 4.07 | 15.83 | - |
| YUV | 56.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 112 | 0.54 | 0.56 | 0 | 0.56 | 241.9 | 0.39 | 0.32 |
| Hex | 33 | 31 | 70 | 36 | 38 | 0 | 38 | F2 | 27 | 20 |
| Octal | 63 | 61 | 160 | 66 | 70 | 0 | 70 | 362 | 47 | 40 |
| Binary | 110011 | 110001 | 1110000 | 110110 | 111000 | 0 | 111000 | 11110010 | 100111 | 100000 |
Color Harmonies of #333170
Complementary color
Monochromatic Colors of #333170
Black with #333170
Text Example
Text Example
White with #333170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333170; }
p { color: rgb(51,49,112); }
H1.HeaderClassName
{
color: #333170;
}
.AnyTagClassName
{
color: #333170;
}
</style>
background-color css
<style>
a { background-color: #333170; }
a { background-color: rgb(51,49,112); }
div.DivClassName
{
background-color: #333170;
}
.BgClassName
{
background-color: #333170;
}
</style>
border-color css
<style>
span { border-color: #333170; }
span { border-color: rgb(51,49,112); }
td.TdClassName
{
border-color: #333170;
}
.TagClassName
{
border-color: #333170;
}
</style>