Shades of Deep Koamaru #303075
Tints of Deep Koamaru #303075
RGB
CMYK
RGB Variations
Color information
#303075 (or 0x303075) is known color: Deep Koamaru. HEX triplet: 30, 30 and 75. RGB value is (48,48,117). Sum of RGB (Red+Green+Blue) = 48+48+117=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #303075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303075 is #CFCF8A. Grayscale: #373737. Windows color (decimal): -13619083 or 7680048. OLE color: 7680048.
HSL color Cylindrical-coordinate representation of color #303075: hue angle of 240º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #303075 is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 48 | 117 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.54 |
| HSL | 240º | 0.42% | 0.32% | - |
| HSV(B) | 240º | 0.59% | 0.46% | - |
| XYZ | 5.49 | 4.03 | 17.32 | - |
| YUV | 55.87 | 162.5 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 48 | 117 | 0.59 | 0.59 | 0 | 0.54 | 240 | 0.42 | 0.32 |
| Hex | 30 | 30 | 75 | 3B | 3B | 0 | 36 | F0 | 2A | 20 |
| Octal | 60 | 60 | 165 | 73 | 73 | 0 | 66 | 360 | 52 | 40 |
| Binary | 110000 | 110000 | 1110101 | 111011 | 111011 | 0 | 110110 | 11110000 | 101010 | 100000 |
Color Harmonies of #303075
Complementary color
Monochromatic Colors of #303075
Black with #303075
Text Example
Text Example
White with #303075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303075; }
p { color: rgb(48,48,117); }
H1.HeaderClassName
{
color: #303075;
}
.AnyTagClassName
{
color: #303075;
}
</style>
background-color css
<style>
a { background-color: #303075; }
a { background-color: rgb(48,48,117); }
div.DivClassName
{
background-color: #303075;
}
.BgClassName
{
background-color: #303075;
}
</style>
border-color css
<style>
span { border-color: #303075; }
span { border-color: rgb(48,48,117); }
td.TdClassName
{
border-color: #303075;
}
.TagClassName
{
border-color: #303075;
}
</style>