Shades of Deep Koamaru #33356F
Tints of Deep Koamaru #33356F
RGB
CMYK
RGB Variations
Color information
#33356F (or 0x33356F) is known color: Deep Koamaru. HEX triplet: 33, 35 and 6F. RGB value is (51,53,111). Sum of RGB (Red+Green+Blue) = 51+53+111=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #33356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33356F is #CCCA90. Grayscale: #3A3A3A. Windows color (decimal): -13421201 or 7288115. OLE color: 7288115.
HSL color Cylindrical-coordinate representation of color #33356F: hue angle of 238º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33356F is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 53 | 111 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.56 |
| HSL | 238º | 0.37% | 0.32% | - |
| HSV(B) | 238º | 0.54% | 0.44% | - |
| XYZ | 5.51 | 4.4 | 15.6 | - |
| YUV | 59.01 | 157.34 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 111 | 0.54 | 0.52 | 0 | 0.56 | 238 | 0.37 | 0.32 |
| Hex | 33 | 35 | 6F | 36 | 34 | 0 | 38 | EE | 25 | 20 |
| Octal | 63 | 65 | 157 | 66 | 64 | 0 | 70 | 356 | 45 | 40 |
| Binary | 110011 | 110101 | 1101111 | 110110 | 110100 | 0 | 111000 | 11101110 | 100101 | 100000 |
Color Harmonies of #33356F
Complementary color
Monochromatic Colors of #33356F
Black with #33356F
Text Example
Text Example
White with #33356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33356F; }
p { color: rgb(51,53,111); }
H1.HeaderClassName
{
color: #33356F;
}
.AnyTagClassName
{
color: #33356F;
}
</style>
background-color css
<style>
a { background-color: #33356F; }
a { background-color: rgb(51,53,111); }
div.DivClassName
{
background-color: #33356F;
}
.BgClassName
{
background-color: #33356F;
}
</style>
border-color css
<style>
span { border-color: #33356F; }
span { border-color: rgb(51,53,111); }
td.TdClassName
{
border-color: #33356F;
}
.TagClassName
{
border-color: #33356F;
}
</style>