Shades of Deep Koamaru #33326B
Tints of Deep Koamaru #33326B
RGB
CMYK
RGB Variations
Color information
#33326B (or 0x33326B) is known color: Deep Koamaru. HEX triplet: 33, 32 and 6B. RGB value is (51,50,107). Sum of RGB (Red+Green+Blue) = 51+50+107=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #33326B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33326B is #CCCD94. Grayscale: #383838. Windows color (decimal): -13421973 or 7025203. OLE color: 7025203.
HSL color Cylindrical-coordinate representation of color #33326B: hue angle of 241.05º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33326B is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 50 | 107 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.58 |
| HSL | 241.05º | 0.36% | 0.31% | - |
| HSV(B) | 241.05º | 0.53% | 0.42% | - |
| XYZ | 5.16 | 4.05 | 14.42 | - |
| YUV | 56.8 | 156.33 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 107 | 0.52 | 0.53 | 0 | 0.58 | 241.05 | 0.36 | 0.31 |
| Hex | 33 | 32 | 6B | 34 | 35 | 0 | 3A | F1 | 24 | 1F |
| Octal | 63 | 62 | 153 | 64 | 65 | 0 | 72 | 361 | 44 | 37 |
| Binary | 110011 | 110010 | 1101011 | 110100 | 110101 | 0 | 111010 | 11110001 | 100100 | 11111 |
Color Harmonies of #33326B
Complementary color
Monochromatic Colors of #33326B
Black with #33326B
Text Example
Text Example
White with #33326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33326B; }
p { color: rgb(51,50,107); }
H1.HeaderClassName
{
color: #33326B;
}
.AnyTagClassName
{
color: #33326B;
}
</style>
background-color css
<style>
a { background-color: #33326B; }
a { background-color: rgb(51,50,107); }
div.DivClassName
{
background-color: #33326B;
}
.BgClassName
{
background-color: #33326B;
}
</style>
border-color css
<style>
span { border-color: #33326B; }
span { border-color: rgb(51,50,107); }
td.TdClassName
{
border-color: #33326B;
}
.TagClassName
{
border-color: #33326B;
}
</style>