Shades of Deep Koamaru #333270
Tints of Deep Koamaru #333270
RGB
CMYK
RGB Variations
Color information
#333270 (or 0x333270) is known color: Deep Koamaru. HEX triplet: 33, 32 and 70. RGB value is (51,50,112). Sum of RGB (Red+Green+Blue) = 51+50+112=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #333270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333270 is #CCCD8F. Grayscale: #393939. Windows color (decimal): -13421968 or 7352883. OLE color: 7352883.
HSL color Cylindrical-coordinate representation of color #333270: hue angle of 240.97º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #333270 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 50 | 112 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.56 |
| HSL | 240.97º | 0.38% | 0.32% | - |
| HSV(B) | 240.97º | 0.55% | 0.44% | - |
| XYZ | 5.43 | 4.15 | 15.84 | - |
| YUV | 57.37 | 158.83 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 112 | 0.54 | 0.55 | 0 | 0.56 | 240.97 | 0.38 | 0.32 |
| Hex | 33 | 32 | 70 | 36 | 37 | 0 | 38 | F1 | 26 | 20 |
| Octal | 63 | 62 | 160 | 66 | 67 | 0 | 70 | 361 | 46 | 40 |
| Binary | 110011 | 110010 | 1110000 | 110110 | 110111 | 0 | 111000 | 11110001 | 100110 | 100000 |
Color Harmonies of #333270
Complementary color
Monochromatic Colors of #333270
Black with #333270
Text Example
Text Example
White with #333270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333270; }
p { color: rgb(51,50,112); }
H1.HeaderClassName
{
color: #333270;
}
.AnyTagClassName
{
color: #333270;
}
</style>
background-color css
<style>
a { background-color: #333270; }
a { background-color: rgb(51,50,112); }
div.DivClassName
{
background-color: #333270;
}
.BgClassName
{
background-color: #333270;
}
</style>
border-color css
<style>
span { border-color: #333270; }
span { border-color: rgb(51,50,112); }
td.TdClassName
{
border-color: #333270;
}
.TagClassName
{
border-color: #333270;
}
</style>