Shades of Deep Koamaru #303065
Tints of Deep Koamaru #303065
RGB
CMYK
RGB Variations
Color information
#303065 (or 0x303065) is known color: Deep Koamaru. HEX triplet: 30, 30 and 65. RGB value is (48,48,101). Sum of RGB (Red+Green+Blue) = 48+48+101=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #303065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303065 is #CFCF9A. Grayscale: #353535. Windows color (decimal): -13619099 or 6631472. OLE color: 6631472.
HSL color Cylindrical-coordinate representation of color #303065: hue angle of 240º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #303065 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 48 | 101 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.60 |
| HSL | 240º | 0.36% | 0.29% | - |
| HSV(B) | 240º | 0.52% | 0.4% | - |
| XYZ | 4.62 | 3.68 | 12.78 | - |
| YUV | 54.04 | 154.5 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 48 | 101 | 0.52 | 0.52 | 0 | 0.60 | 240 | 0.36 | 0.29 |
| Hex | 30 | 30 | 65 | 34 | 34 | 0 | 3C | F0 | 24 | 1D |
| Octal | 60 | 60 | 145 | 64 | 64 | 0 | 74 | 360 | 44 | 35 |
| Binary | 110000 | 110000 | 1100101 | 110100 | 110100 | 0 | 111100 | 11110000 | 100100 | 11101 |
Color Harmonies of #303065
Complementary color
Monochromatic Colors of #303065
Black with #303065
Text Example
Text Example
White with #303065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303065; }
p { color: rgb(48,48,101); }
H1.HeaderClassName
{
color: #303065;
}
.AnyTagClassName
{
color: #303065;
}
</style>
background-color css
<style>
a { background-color: #303065; }
a { background-color: rgb(48,48,101); }
div.DivClassName
{
background-color: #303065;
}
.BgClassName
{
background-color: #303065;
}
</style>
border-color css
<style>
span { border-color: #303065; }
span { border-color: rgb(48,48,101); }
td.TdClassName
{
border-color: #303065;
}
.TagClassName
{
border-color: #303065;
}
</style>