Shades of Deep Koamaru #33355B
Tints of Deep Koamaru #33355B
RGB
CMYK
RGB Variations
Color information
#33355B (or 0x33355B) is known color: Deep Koamaru. HEX triplet: 33, 35 and 5B. RGB value is (51,53,91). Sum of RGB (Red+Green+Blue) = 51+53+91=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #33355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33355B is #CCCAA4. Grayscale: #383838. Windows color (decimal): -13421221 or 5977395. OLE color: 5977395.
HSL color Cylindrical-coordinate representation of color #33355B: hue angle of 237º 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 #33355B is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 53 | 91 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.64 |
| HSL | 237º | 0.28% | 0.28% | - |
| HSV(B) | 237º | 0.44% | 0.36% | - |
| XYZ | 4.53 | 4.01 | 10.43 | - |
| YUV | 56.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 91 | 0.44 | 0.42 | 0 | 0.64 | 237 | 0.28 | 0.28 |
| Hex | 33 | 35 | 5B | 2C | 2A | 0 | 40 | ED | 1C | 1C |
| Octal | 63 | 65 | 133 | 54 | 52 | 0 | 100 | 355 | 34 | 34 |
| Binary | 110011 | 110101 | 1011011 | 101100 | 101010 | 0 | 1000000 | 11101101 | 11100 | 11100 |
Color Harmonies of #33355B
Complementary color
Monochromatic Colors of #33355B
Black with #33355B
Text Example
Text Example
White with #33355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33355B; }
p { color: rgb(51,53,91); }
H1.HeaderClassName
{
color: #33355B;
}
.AnyTagClassName
{
color: #33355B;
}
</style>
background-color css
<style>
a { background-color: #33355B; }
a { background-color: rgb(51,53,91); }
div.DivClassName
{
background-color: #33355B;
}
.BgClassName
{
background-color: #33355B;
}
</style>
border-color css
<style>
span { border-color: #33355B; }
span { border-color: rgb(51,53,91); }
td.TdClassName
{
border-color: #33355B;
}
.TagClassName
{
border-color: #33355B;
}
</style>