Shades of Deep Koamaru #333162
Tints of Deep Koamaru #333162
RGB
CMYK
RGB Variations
Color information
#333162 (or 0x333162) is known color: Deep Koamaru. HEX triplet: 33, 31 and 62. RGB value is (51,49,98). Sum of RGB (Red+Green+Blue) = 51+49+98=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #333162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333162 is #CCCE9D. Grayscale: #363636. Windows color (decimal): -13422238 or 6435123. OLE color: 6435123.
HSL color Cylindrical-coordinate representation of color #333162: hue angle of 242.45º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #333162 is Cyan = 0.48, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 49 | 98 | - |
| CMYK | 0.48 | 0.5 | 0 | 0.62 |
| HSL | 242.45º | 0.33% | 0.29% | - |
| HSV(B) | 242.45º | 0.5% | 0.38% | - |
| XYZ | 4.67 | 3.78 | 12.04 | - |
| YUV | 55.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 98 | 0.48 | 0.5 | 0 | 0.62 | 242.45 | 0.33 | 0.29 |
| Hex | 33 | 31 | 62 | 30 | 32 | 0 | 3E | F2 | 21 | 1D |
| Octal | 63 | 61 | 142 | 60 | 62 | 0 | 76 | 362 | 41 | 35 |
| Binary | 110011 | 110001 | 1100010 | 110000 | 110010 | 0 | 111110 | 11110010 | 100001 | 11101 |
Color Harmonies of #333162
Complementary color
Monochromatic Colors of #333162
Black with #333162
Text Example
Text Example
White with #333162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333162; }
p { color: rgb(51,49,98); }
H1.HeaderClassName
{
color: #333162;
}
.AnyTagClassName
{
color: #333162;
}
</style>
background-color css
<style>
a { background-color: #333162; }
a { background-color: rgb(51,49,98); }
div.DivClassName
{
background-color: #333162;
}
.BgClassName
{
background-color: #333162;
}
</style>
border-color css
<style>
span { border-color: #333162; }
span { border-color: rgb(51,49,98); }
td.TdClassName
{
border-color: #333162;
}
.TagClassName
{
border-color: #333162;
}
</style>