Shades of Deep Koamaru #303360
Tints of Deep Koamaru #303360
RGB
CMYK
RGB Variations
Color information
#303360 (or 0x303360) is known color: Deep Koamaru. HEX triplet: 30, 33 and 60. RGB value is (48,51,96). Sum of RGB (Red+Green+Blue) = 48+51+96=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #303360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303360 is #CFCC9F. Grayscale: #373737. Windows color (decimal): -13618336 or 6304560. OLE color: 6304560.
HSL color Cylindrical-coordinate representation of color #303360: hue angle of 236.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #303360 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 51 | 96 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.62 |
| HSL | 236.25º | 0.33% | 0.28% | - |
| HSV(B) | 236.25º | 0.5% | 0.38% | - |
| XYZ | 4.51 | 3.84 | 11.57 | - |
| YUV | 55.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 96 | 0.50 | 0.47 | 0 | 0.62 | 236.25 | 0.33 | 0.28 |
| Hex | 30 | 33 | 60 | 32 | 2F | 0 | 3E | EC | 21 | 1C |
| Octal | 60 | 63 | 140 | 62 | 57 | 0 | 76 | 354 | 41 | 34 |
| Binary | 110000 | 110011 | 1100000 | 110010 | 101111 | 0 | 111110 | 11101100 | 100001 | 11100 |
Color Harmonies of #303360
Complementary color
Monochromatic Colors of #303360
Black with #303360
Text Example
Text Example
White with #303360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303360; }
p { color: rgb(48,51,96); }
H1.HeaderClassName
{
color: #303360;
}
.AnyTagClassName
{
color: #303360;
}
</style>
background-color css
<style>
a { background-color: #303360; }
a { background-color: rgb(48,51,96); }
div.DivClassName
{
background-color: #303360;
}
.BgClassName
{
background-color: #303360;
}
</style>
border-color css
<style>
span { border-color: #303360; }
span { border-color: rgb(48,51,96); }
td.TdClassName
{
border-color: #303360;
}
.TagClassName
{
border-color: #303360;
}
</style>