Shades of Deep Koamaru #303469
Tints of Deep Koamaru #303469
RGB
CMYK
RGB Variations
Color information
#303469 (or 0x303469) is known color: Deep Koamaru. HEX triplet: 30, 34 and 69. RGB value is (48,52,105). Sum of RGB (Red+Green+Blue) = 48+52+105=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #303469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303469 is #CFCB96. Grayscale: #383838. Windows color (decimal): -13618071 or 6894640. OLE color: 6894640.
HSL color Cylindrical-coordinate representation of color #303469: hue angle of 235.79º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #303469 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 52 | 105 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.59 |
| HSL | 235.79º | 0.37% | 0.3% | - |
| HSV(B) | 235.79º | 0.54% | 0.41% | - |
| XYZ | 5 | 4.1 | 13.89 | - |
| YUV | 56.85 | 155.17 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 52 | 105 | 0.54 | 0.50 | 0 | 0.59 | 235.79 | 0.37 | 0.3 |
| Hex | 30 | 34 | 69 | 36 | 32 | 0 | 3B | EC | 25 | 1E |
| Octal | 60 | 64 | 151 | 66 | 62 | 0 | 73 | 354 | 45 | 36 |
| Binary | 110000 | 110100 | 1101001 | 110110 | 110010 | 0 | 111011 | 11101100 | 100101 | 11110 |
Color Harmonies of #303469
Complementary color
Monochromatic Colors of #303469
Black with #303469
Text Example
Text Example
White with #303469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303469; }
p { color: rgb(48,52,105); }
H1.HeaderClassName
{
color: #303469;
}
.AnyTagClassName
{
color: #303469;
}
</style>
background-color css
<style>
a { background-color: #303469; }
a { background-color: rgb(48,52,105); }
div.DivClassName
{
background-color: #303469;
}
.BgClassName
{
background-color: #303469;
}
</style>
border-color css
<style>
span { border-color: #303469; }
span { border-color: rgb(48,52,105); }
td.TdClassName
{
border-color: #303469;
}
.TagClassName
{
border-color: #303469;
}
</style>