Shades of Deep Koamaru #333558
Tints of Deep Koamaru #333558
RGB
CMYK
RGB Variations
Color information
#333558 (or 0x333558) is known color: Deep Koamaru. HEX triplet: 33, 35 and 58. RGB value is (51,53,88). Sum of RGB (Red+Green+Blue) = 51+53+88=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #333558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333558 is #CCCAA7. Grayscale: #383838. Windows color (decimal): -13421224 or 5780787. OLE color: 5780787.
HSL color Cylindrical-coordinate representation of color #333558: hue angle of 236.76º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #333558 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 53 | 88 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.65 |
| HSL | 236.76º | 0.27% | 0.27% | - |
| HSV(B) | 236.76º | 0.42% | 0.35% | - |
| XYZ | 4.4 | 3.95 | 9.76 | - |
| YUV | 56.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 88 | 0.42 | 0.40 | 0 | 0.65 | 236.76 | 0.27 | 0.27 |
| Hex | 33 | 35 | 58 | 2A | 28 | 0 | 41 | ED | 1B | 1B |
| Octal | 63 | 65 | 130 | 52 | 50 | 0 | 101 | 355 | 33 | 33 |
| Binary | 110011 | 110101 | 1011000 | 101010 | 101000 | 0 | 1000001 | 11101101 | 11011 | 11011 |
Color Harmonies of #333558
Complementary color
Monochromatic Colors of #333558
Black with #333558
Text Example
Text Example
White with #333558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333558; }
p { color: rgb(51,53,88); }
H1.HeaderClassName
{
color: #333558;
}
.AnyTagClassName
{
color: #333558;
}
</style>
background-color css
<style>
a { background-color: #333558; }
a { background-color: rgb(51,53,88); }
div.DivClassName
{
background-color: #333558;
}
.BgClassName
{
background-color: #333558;
}
</style>
border-color css
<style>
span { border-color: #333558; }
span { border-color: rgb(51,53,88); }
td.TdClassName
{
border-color: #333558;
}
.TagClassName
{
border-color: #333558;
}
</style>