Shades of Deep Koamaru #333256
Tints of Deep Koamaru #333256
RGB
CMYK
RGB Variations
Color information
#333256 (or 0x333256) is known color: Deep Koamaru. HEX triplet: 33, 32 and 56. RGB value is (51,50,86). Sum of RGB (Red+Green+Blue) = 51+50+86=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #333256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333256 is #CCCDA9. Grayscale: #363636. Windows color (decimal): -13421994 or 5648947. OLE color: 5648947.
HSL color Cylindrical-coordinate representation of color #333256: hue angle of 241.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #333256 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 50 | 86 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.66 |
| HSL | 241.67º | 0.26% | 0.27% | - |
| HSV(B) | 241.67º | 0.42% | 0.34% | - |
| XYZ | 4.19 | 3.66 | 9.29 | - |
| YUV | 54.4 | 145.83 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 86 | 0.41 | 0.42 | 0 | 0.66 | 241.67 | 0.26 | 0.27 |
| Hex | 33 | 32 | 56 | 29 | 2A | 0 | 42 | F2 | 1A | 1B |
| Octal | 63 | 62 | 126 | 51 | 52 | 0 | 102 | 362 | 32 | 33 |
| Binary | 110011 | 110010 | 1010110 | 101001 | 101010 | 0 | 1000010 | 11110010 | 11010 | 11011 |
Color Harmonies of #333256
Complementary color
Monochromatic Colors of #333256
Black with #333256
Text Example
Text Example
White with #333256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333256; }
p { color: rgb(51,50,86); }
H1.HeaderClassName
{
color: #333256;
}
.AnyTagClassName
{
color: #333256;
}
</style>
background-color css
<style>
a { background-color: #333256; }
a { background-color: rgb(51,50,86); }
div.DivClassName
{
background-color: #333256;
}
.BgClassName
{
background-color: #333256;
}
</style>
border-color css
<style>
span { border-color: #333256; }
span { border-color: rgb(51,50,86); }
td.TdClassName
{
border-color: #333256;
}
.TagClassName
{
border-color: #333256;
}
</style>