Shades of Deep Koamaru #33366D
Tints of Deep Koamaru #33366D
RGB
CMYK
RGB Variations
Color information
#33366D (or 0x33366D) is known color: Deep Koamaru. HEX triplet: 33, 36 and 6D. RGB value is (51,54,109). Sum of RGB (Red+Green+Blue) = 51+54+109=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #33366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33366D is #CCC992. Grayscale: #3B3B3B. Windows color (decimal): -13420947 or 7157299. OLE color: 7157299.
HSL color Cylindrical-coordinate representation of color #33366D: hue angle of 236.9º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33366D is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 54 | 109 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.57 |
| HSL | 236.9º | 0.36% | 0.31% | - |
| HSV(B) | 236.9º | 0.53% | 0.43% | - |
| XYZ | 5.44 | 4.45 | 15.04 | - |
| YUV | 59.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 109 | 0.53 | 0.50 | 0 | 0.57 | 236.9 | 0.36 | 0.31 |
| Hex | 33 | 36 | 6D | 35 | 32 | 0 | 39 | ED | 24 | 1F |
| Octal | 63 | 66 | 155 | 65 | 62 | 0 | 71 | 355 | 44 | 37 |
| Binary | 110011 | 110110 | 1101101 | 110101 | 110010 | 0 | 111001 | 11101101 | 100100 | 11111 |
Color Harmonies of #33366D
Complementary color
Monochromatic Colors of #33366D
Black with #33366D
Text Example
Text Example
White with #33366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33366D; }
p { color: rgb(51,54,109); }
H1.HeaderClassName
{
color: #33366D;
}
.AnyTagClassName
{
color: #33366D;
}
</style>
background-color css
<style>
a { background-color: #33366D; }
a { background-color: rgb(51,54,109); }
div.DivClassName
{
background-color: #33366D;
}
.BgClassName
{
background-color: #33366D;
}
</style>
border-color css
<style>
span { border-color: #33366D; }
span { border-color: rgb(51,54,109); }
td.TdClassName
{
border-color: #33366D;
}
.TagClassName
{
border-color: #33366D;
}
</style>