Shades of Deep Koamaru #33326D
Tints of Deep Koamaru #33326D
RGB
CMYK
RGB Variations
Color information
#33326D (or 0x33326D) is known color: Deep Koamaru. HEX triplet: 33, 32 and 6D. RGB value is (51,50,109). Sum of RGB (Red+Green+Blue) = 51+50+109=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #33326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33326D is #CCCD92. Grayscale: #383838. Windows color (decimal): -13421971 or 7156275. OLE color: 7156275.
HSL color Cylindrical-coordinate representation of color #33326D: hue angle of 241.02º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33326D is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 50 | 109 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.57 |
| HSL | 241.02º | 0.37% | 0.31% | - |
| HSV(B) | 241.02º | 0.54% | 0.43% | - |
| XYZ | 5.27 | 4.09 | 14.98 | - |
| YUV | 57.03 | 157.33 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 109 | 0.53 | 0.54 | 0 | 0.57 | 241.02 | 0.37 | 0.31 |
| Hex | 33 | 32 | 6D | 35 | 36 | 0 | 39 | F1 | 25 | 1F |
| Octal | 63 | 62 | 155 | 65 | 66 | 0 | 71 | 361 | 45 | 37 |
| Binary | 110011 | 110010 | 1101101 | 110101 | 110110 | 0 | 111001 | 11110001 | 100101 | 11111 |
Color Harmonies of #33326D
Complementary color
Monochromatic Colors of #33326D
Black with #33326D
Text Example
Text Example
White with #33326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33326D; }
p { color: rgb(51,50,109); }
H1.HeaderClassName
{
color: #33326D;
}
.AnyTagClassName
{
color: #33326D;
}
</style>
background-color css
<style>
a { background-color: #33326D; }
a { background-color: rgb(51,50,109); }
div.DivClassName
{
background-color: #33326D;
}
.BgClassName
{
background-color: #33326D;
}
</style>
border-color css
<style>
span { border-color: #33326D; }
span { border-color: rgb(51,50,109); }
td.TdClassName
{
border-color: #33326D;
}
.TagClassName
{
border-color: #33326D;
}
</style>