Shades of Deep Koamaru #303372
Tints of Deep Koamaru #303372
RGB
CMYK
RGB Variations
Color information
#303372 (or 0x303372) is known color: Deep Koamaru. HEX triplet: 30, 33 and 72. RGB value is (48,51,114). Sum of RGB (Red+Green+Blue) = 48+51+114=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #303372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303372 is #CFCC8D. Grayscale: #393939. Windows color (decimal): -13618318 or 7484208. OLE color: 7484208.
HSL color Cylindrical-coordinate representation of color #303372: hue angle of 237.27º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303372 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 51 | 114 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.55 |
| HSL | 237.27º | 0.41% | 0.32% | - |
| HSV(B) | 237.27º | 0.58% | 0.45% | - |
| XYZ | 5.44 | 4.21 | 16.45 | - |
| YUV | 57.29 | 160.01 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 114 | 0.58 | 0.55 | 0 | 0.55 | 237.27 | 0.41 | 0.32 |
| Hex | 30 | 33 | 72 | 3A | 37 | 0 | 37 | ED | 29 | 20 |
| Octal | 60 | 63 | 162 | 72 | 67 | 0 | 67 | 355 | 51 | 40 |
| Binary | 110000 | 110011 | 1110010 | 111010 | 110111 | 0 | 110111 | 11101101 | 101001 | 100000 |
Color Harmonies of #303372
Complementary color
Monochromatic Colors of #303372
Black with #303372
Text Example
Text Example
White with #303372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303372; }
p { color: rgb(48,51,114); }
H1.HeaderClassName
{
color: #303372;
}
.AnyTagClassName
{
color: #303372;
}
</style>
background-color css
<style>
a { background-color: #303372; }
a { background-color: rgb(48,51,114); }
div.DivClassName
{
background-color: #303372;
}
.BgClassName
{
background-color: #303372;
}
</style>
border-color css
<style>
span { border-color: #303372; }
span { border-color: rgb(48,51,114); }
td.TdClassName
{
border-color: #303372;
}
.TagClassName
{
border-color: #303372;
}
</style>