Shades of Deep Koamaru #332D6D
Tints of Deep Koamaru #332D6D
RGB
CMYK
RGB Variations
Color information
#332D6D (or 0x332D6D) is known color: Deep Koamaru. HEX triplet: 33, 2D and 6D. RGB value is (51,45,109). Sum of RGB (Red+Green+Blue) = 51+45+109=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #332D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332D6D is #CCD292. Grayscale: #353535. Windows color (decimal): -13423251 or 7154995. OLE color: 7154995.
HSL color Cylindrical-coordinate representation of color #332D6D: hue angle of 245.62º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #332D6D is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 45 | 109 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.57 |
| HSL | 245.63º | 0.42% | 0.3% | - |
| HSV(B) | 245.63º | 0.59% | 0.43% | - |
| XYZ | 5.06 | 3.68 | 14.91 | - |
| YUV | 54.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 109 | 0.53 | 0.59 | 0 | 0.57 | 245.63 | 0.42 | 0.3 |
| Hex | 33 | 2D | 6D | 35 | 3B | 0 | 39 | F6 | 2A | 1E |
| Octal | 63 | 55 | 155 | 65 | 73 | 0 | 71 | 366 | 52 | 36 |
| Binary | 110011 | 101101 | 1101101 | 110101 | 111011 | 0 | 111001 | 11110110 | 101010 | 11110 |
Color Harmonies of #332D6D
Complementary color
Monochromatic Colors of #332D6D
Black with #332D6D
Text Example
Text Example
White with #332D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332D6D; }
p { color: rgb(51,45,109); }
H1.HeaderClassName
{
color: #332D6D;
}
.AnyTagClassName
{
color: #332D6D;
}
</style>
background-color css
<style>
a { background-color: #332D6D; }
a { background-color: rgb(51,45,109); }
div.DivClassName
{
background-color: #332D6D;
}
.BgClassName
{
background-color: #332D6D;
}
</style>
border-color css
<style>
span { border-color: #332D6D; }
span { border-color: rgb(51,45,109); }
td.TdClassName
{
border-color: #332D6D;
}
.TagClassName
{
border-color: #332D6D;
}
</style>