Shades of Deep Koamaru #303566
Tints of Deep Koamaru #303566
RGB
CMYK
RGB Variations
Color information
#303566 (or 0x303566) is known color: Deep Koamaru. HEX triplet: 30, 35 and 66. RGB value is (48,53,102). Sum of RGB (Red+Green+Blue) = 48+53+102=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #303566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303566 is #CFCA99. Grayscale: #383838. Windows color (decimal): -13617818 or 6698288. OLE color: 6698288.
HSL color Cylindrical-coordinate representation of color #303566: hue angle of 234.44º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #303566 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 48 | 53 | 102 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.6 |
| HSL | 234.44º | 0.36% | 0.29% | - |
| HSV(B) | 234.44º | 0.53% | 0.4% | - |
| XYZ | 4.89 | 4.13 | 13.11 | - |
| YUV | 57.09 | 153.34 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 102 | 0.53 | 0.48 | 0 | 0.6 | 234.44 | 0.36 | 0.29 |
| Hex | 30 | 35 | 66 | 35 | 30 | 0 | 3C | EA | 24 | 1D |
| Octal | 60 | 65 | 146 | 65 | 60 | 0 | 74 | 352 | 44 | 35 |
| Binary | 110000 | 110101 | 1100110 | 110101 | 110000 | 0 | 111100 | 11101010 | 100100 | 11101 |
Color Harmonies of #303566
Complementary color
Monochromatic Colors of #303566
Black with #303566
Text Example
Text Example
White with #303566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303566; }
p { color: rgb(48,53,102); }
H1.HeaderClassName
{
color: #303566;
}
.AnyTagClassName
{
color: #303566;
}
</style>
background-color css
<style>
a { background-color: #303566; }
a { background-color: rgb(48,53,102); }
div.DivClassName
{
background-color: #303566;
}
.BgClassName
{
background-color: #303566;
}
</style>
border-color css
<style>
span { border-color: #303566; }
span { border-color: rgb(48,53,102); }
td.TdClassName
{
border-color: #303566;
}
.TagClassName
{
border-color: #303566;
}
</style>