Shades of Deep Koamaru #303363
Tints of Deep Koamaru #303363
RGB
CMYK
RGB Variations
Color information
#303363 (or 0x303363) is known color: Deep Koamaru. HEX triplet: 30, 33 and 63. RGB value is (48,51,99). Sum of RGB (Red+Green+Blue) = 48+51+99=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #303363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303363 is #CFCC9C. Grayscale: #373737. Windows color (decimal): -13618333 or 6501168. OLE color: 6501168.
HSL color Cylindrical-coordinate representation of color #303363: hue angle of 236.47º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #303363 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 51 | 99 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.61 |
| HSL | 236.47º | 0.35% | 0.29% | - |
| HSV(B) | 236.47º | 0.52% | 0.39% | - |
| XYZ | 4.65 | 3.9 | 12.31 | - |
| YUV | 55.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 99 | 0.52 | 0.48 | 0 | 0.61 | 236.47 | 0.35 | 0.29 |
| Hex | 30 | 33 | 63 | 34 | 30 | 0 | 3D | EC | 23 | 1D |
| Octal | 60 | 63 | 143 | 64 | 60 | 0 | 75 | 354 | 43 | 35 |
| Binary | 110000 | 110011 | 1100011 | 110100 | 110000 | 0 | 111101 | 11101100 | 100011 | 11101 |
Color Harmonies of #303363
Complementary color
Monochromatic Colors of #303363
Black with #303363
Text Example
Text Example
White with #303363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303363; }
p { color: rgb(48,51,99); }
H1.HeaderClassName
{
color: #303363;
}
.AnyTagClassName
{
color: #303363;
}
</style>
background-color css
<style>
a { background-color: #303363; }
a { background-color: rgb(48,51,99); }
div.DivClassName
{
background-color: #303363;
}
.BgClassName
{
background-color: #303363;
}
</style>
border-color css
<style>
span { border-color: #303363; }
span { border-color: rgb(48,51,99); }
td.TdClassName
{
border-color: #303363;
}
.TagClassName
{
border-color: #303363;
}
</style>