Shades of Deep Koamaru #333259
Tints of Deep Koamaru #333259
RGB
CMYK
RGB Variations
Color information
#333259 (or 0x333259) is known color: Deep Koamaru. HEX triplet: 33, 32 and 59. RGB value is (51,50,89). Sum of RGB (Red+Green+Blue) = 51+50+89=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #333259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333259 is #CCCDA6. Grayscale: #363636. Windows color (decimal): -13421991 or 5845555. OLE color: 5845555.
HSL color Cylindrical-coordinate representation of color #333259: hue angle of 241.54º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #333259 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 50 | 89 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.65 |
| HSL | 241.54º | 0.28% | 0.27% | - |
| HSV(B) | 241.54º | 0.44% | 0.35% | - |
| XYZ | 4.31 | 3.71 | 9.94 | - |
| YUV | 54.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 89 | 0.43 | 0.44 | 0 | 0.65 | 241.54 | 0.28 | 0.27 |
| Hex | 33 | 32 | 59 | 2B | 2C | 0 | 41 | F2 | 1C | 1B |
| Octal | 63 | 62 | 131 | 53 | 54 | 0 | 101 | 362 | 34 | 33 |
| Binary | 110011 | 110010 | 1011001 | 101011 | 101100 | 0 | 1000001 | 11110010 | 11100 | 11011 |
Color Harmonies of #333259
Complementary color
Monochromatic Colors of #333259
Black with #333259
Text Example
Text Example
White with #333259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333259; }
p { color: rgb(51,50,89); }
H1.HeaderClassName
{
color: #333259;
}
.AnyTagClassName
{
color: #333259;
}
</style>
background-color css
<style>
a { background-color: #333259; }
a { background-color: rgb(51,50,89); }
div.DivClassName
{
background-color: #333259;
}
.BgClassName
{
background-color: #333259;
}
</style>
border-color css
<style>
span { border-color: #333259; }
span { border-color: rgb(51,50,89); }
td.TdClassName
{
border-color: #333259;
}
.TagClassName
{
border-color: #333259;
}
</style>