Shades of Deep Koamaru #333572
Tints of Deep Koamaru #333572
RGB
CMYK
RGB Variations
Color information
#333572 (or 0x333572) is known color: Deep Koamaru. HEX triplet: 33, 35 and 72. RGB value is (51,53,114). Sum of RGB (Red+Green+Blue) = 51+53+114=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #333572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333572 is #CCCA8D. Grayscale: #3B3B3B. Windows color (decimal): -13421198 or 7484723. OLE color: 7484723.
HSL color Cylindrical-coordinate representation of color #333572: hue angle of 238.1º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #333572 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 51 | 53 | 114 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.55 |
| HSL | 238.1º | 0.38% | 0.32% | - |
| HSV(B) | 238.1º | 0.55% | 0.45% | - |
| XYZ | 5.68 | 4.46 | 16.48 | - |
| YUV | 59.36 | 158.84 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 114 | 0.55 | 0.54 | 0 | 0.55 | 238.1 | 0.38 | 0.32 |
| Hex | 33 | 35 | 72 | 37 | 36 | 0 | 37 | EE | 26 | 20 |
| Octal | 63 | 65 | 162 | 67 | 66 | 0 | 67 | 356 | 46 | 40 |
| Binary | 110011 | 110101 | 1110010 | 110111 | 110110 | 0 | 110111 | 11101110 | 100110 | 100000 |
Color Harmonies of #333572
Complementary color
Monochromatic Colors of #333572
Black with #333572
Text Example
Text Example
White with #333572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333572; }
p { color: rgb(51,53,114); }
H1.HeaderClassName
{
color: #333572;
}
.AnyTagClassName
{
color: #333572;
}
</style>
background-color css
<style>
a { background-color: #333572; }
a { background-color: rgb(51,53,114); }
div.DivClassName
{
background-color: #333572;
}
.BgClassName
{
background-color: #333572;
}
</style>
border-color css
<style>
span { border-color: #333572; }
span { border-color: rgb(51,53,114); }
td.TdClassName
{
border-color: #333572;
}
.TagClassName
{
border-color: #333572;
}
</style>