Shades of Deep Koamaru #303270
Tints of Deep Koamaru #303270
RGB
CMYK
RGB Variations
Color information
#303270 (or 0x303270) is known color: Deep Koamaru. HEX triplet: 30, 32 and 70. RGB value is (48,50,112). Sum of RGB (Red+Green+Blue) = 48+50+112=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #303270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303270 is #CFCD8F. Grayscale: #383838. Windows color (decimal): -13618576 or 7352880. OLE color: 7352880.
HSL color Cylindrical-coordinate representation of color #303270: hue angle of 238.12º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #303270 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 50 | 112 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.56 |
| HSL | 238.13º | 0.4% | 0.31% | - |
| HSV(B) | 238.13º | 0.57% | 0.44% | - |
| XYZ | 5.28 | 4.08 | 15.84 | - |
| YUV | 56.47 | 159.34 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 112 | 0.57 | 0.55 | 0 | 0.56 | 238.13 | 0.4 | 0.31 |
| Hex | 30 | 32 | 70 | 39 | 37 | 0 | 38 | EE | 28 | 1F |
| Octal | 60 | 62 | 160 | 71 | 67 | 0 | 70 | 356 | 50 | 37 |
| Binary | 110000 | 110010 | 1110000 | 111001 | 110111 | 0 | 111000 | 11101110 | 101000 | 11111 |
Color Harmonies of #303270
Complementary color
Monochromatic Colors of #303270
Black with #303270
Text Example
Text Example
White with #303270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303270; }
p { color: rgb(48,50,112); }
H1.HeaderClassName
{
color: #303270;
}
.AnyTagClassName
{
color: #303270;
}
</style>
background-color css
<style>
a { background-color: #303270; }
a { background-color: rgb(48,50,112); }
div.DivClassName
{
background-color: #303270;
}
.BgClassName
{
background-color: #303270;
}
</style>
border-color css
<style>
span { border-color: #303270; }
span { border-color: rgb(48,50,112); }
td.TdClassName
{
border-color: #303270;
}
.TagClassName
{
border-color: #303270;
}
</style>