Shades of Deep Koamaru #303561
Tints of Deep Koamaru #303561
RGB
CMYK
RGB Variations
Color information
#303561 (or 0x303561) is known color: Deep Koamaru. HEX triplet: 30, 35 and 61. RGB value is (48,53,97). Sum of RGB (Red+Green+Blue) = 48+53+97=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #303561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303561 is #CFCA9E. Grayscale: #383838. Windows color (decimal): -13617823 or 6370608. OLE color: 6370608.
HSL color Cylindrical-coordinate representation of color #303561: hue angle of 233.88º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #303561 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 53 | 97 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.62 |
| HSL | 233.88º | 0.34% | 0.28% | - |
| HSV(B) | 233.88º | 0.51% | 0.38% | - |
| XYZ | 4.65 | 4.04 | 11.84 | - |
| YUV | 56.52 | 150.84 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 97 | 0.51 | 0.45 | 0 | 0.62 | 233.88 | 0.34 | 0.28 |
| Hex | 30 | 35 | 61 | 33 | 2D | 0 | 3E | EA | 22 | 1C |
| Octal | 60 | 65 | 141 | 63 | 55 | 0 | 76 | 352 | 42 | 34 |
| Binary | 110000 | 110101 | 1100001 | 110011 | 101101 | 0 | 111110 | 11101010 | 100010 | 11100 |
Color Harmonies of #303561
Complementary color
Monochromatic Colors of #303561
Black with #303561
Text Example
Text Example
White with #303561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303561; }
p { color: rgb(48,53,97); }
H1.HeaderClassName
{
color: #303561;
}
.AnyTagClassName
{
color: #303561;
}
</style>
background-color css
<style>
a { background-color: #303561; }
a { background-color: rgb(48,53,97); }
div.DivClassName
{
background-color: #303561;
}
.BgClassName
{
background-color: #303561;
}
</style>
border-color css
<style>
span { border-color: #303561; }
span { border-color: rgb(48,53,97); }
td.TdClassName
{
border-color: #303561;
}
.TagClassName
{
border-color: #303561;
}
</style>