Shades of Deep Koamaru #33326E
Tints of Deep Koamaru #33326E
RGB
CMYK
RGB Variations
Color information
#33326E (or 0x33326E) is known color: Deep Koamaru. HEX triplet: 33, 32 and 6E. RGB value is (51,50,110). Sum of RGB (Red+Green+Blue) = 51+50+110=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #33326E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33326E is #CCCD91. Grayscale: #383838. Windows color (decimal): -13421970 or 7221811. OLE color: 7221811.
HSL color Cylindrical-coordinate representation of color #33326E: hue angle of 241º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #33326E is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 50 | 110 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.57 |
| HSL | 241º | 0.38% | 0.31% | - |
| HSV(B) | 241º | 0.55% | 0.43% | - |
| XYZ | 5.32 | 4.11 | 15.26 | - |
| YUV | 57.14 | 157.83 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 110 | 0.54 | 0.55 | 0 | 0.57 | 241 | 0.38 | 0.31 |
| Hex | 33 | 32 | 6E | 36 | 37 | 0 | 39 | F1 | 26 | 1F |
| Octal | 63 | 62 | 156 | 66 | 67 | 0 | 71 | 361 | 46 | 37 |
| Binary | 110011 | 110010 | 1101110 | 110110 | 110111 | 0 | 111001 | 11110001 | 100110 | 11111 |
Color Harmonies of #33326E
Complementary color
Monochromatic Colors of #33326E
Black with #33326E
Text Example
Text Example
White with #33326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33326E; }
p { color: rgb(51,50,110); }
H1.HeaderClassName
{
color: #33326E;
}
.AnyTagClassName
{
color: #33326E;
}
</style>
background-color css
<style>
a { background-color: #33326E; }
a { background-color: rgb(51,50,110); }
div.DivClassName
{
background-color: #33326E;
}
.BgClassName
{
background-color: #33326E;
}
</style>
border-color css
<style>
span { border-color: #33326E; }
span { border-color: rgb(51,50,110); }
td.TdClassName
{
border-color: #33326E;
}
.TagClassName
{
border-color: #33326E;
}
</style>