Shades of Deep Koamaru #33335B
Tints of Deep Koamaru #33335B
RGB
CMYK
RGB Variations
Color information
#33335B (or 0x33335B) is known color: Deep Koamaru. HEX triplet: 33, 33 and 5B. RGB value is (51,51,91). Sum of RGB (Red+Green+Blue) = 51+51+91=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #33335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33335B is #CCCCA4. Grayscale: #373737. Windows color (decimal): -13421733 or 5976883. OLE color: 5976883.
HSL color Cylindrical-coordinate representation of color #33335B: hue angle of 240º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #33335B is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 51 | 91 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.64 |
| HSL | 240º | 0.28% | 0.28% | - |
| HSV(B) | 240º | 0.44% | 0.36% | - |
| XYZ | 4.44 | 3.83 | 10.4 | - |
| YUV | 55.56 | 148 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 91 | 0.44 | 0.44 | 0 | 0.64 | 240 | 0.28 | 0.28 |
| Hex | 33 | 33 | 5B | 2C | 2C | 0 | 40 | F0 | 1C | 1C |
| Octal | 63 | 63 | 133 | 54 | 54 | 0 | 100 | 360 | 34 | 34 |
| Binary | 110011 | 110011 | 1011011 | 101100 | 101100 | 0 | 1000000 | 11110000 | 11100 | 11100 |
Color Harmonies of #33335B
Complementary color
Monochromatic Colors of #33335B
Black with #33335B
Text Example
Text Example
White with #33335B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33335B; }
p { color: rgb(51,51,91); }
H1.HeaderClassName
{
color: #33335B;
}
.AnyTagClassName
{
color: #33335B;
}
</style>
background-color css
<style>
a { background-color: #33335B; }
a { background-color: rgb(51,51,91); }
div.DivClassName
{
background-color: #33335B;
}
.BgClassName
{
background-color: #33335B;
}
</style>
border-color css
<style>
span { border-color: #33335B; }
span { border-color: rgb(51,51,91); }
td.TdClassName
{
border-color: #33335B;
}
.TagClassName
{
border-color: #33335B;
}
</style>