Shades of Deep Koamaru #303667
Tints of Deep Koamaru #303667
RGB
CMYK
RGB Variations
Color information
#303667 (or 0x303667) is known color: Deep Koamaru. HEX triplet: 30, 36 and 67. RGB value is (48,54,103). Sum of RGB (Red+Green+Blue) = 48+54+103=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 103 (40.62% from 255 or 50.24% from 205); Max value from RGB is 103 - color contains mainly: blue. Hex color #303667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303667 is #CFC998. Grayscale: #393939. Windows color (decimal): -13617561 or 6764080. OLE color: 6764080.
HSL color Cylindrical-coordinate representation of color #303667: hue angle of 233.45º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #303667 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 54 | 103 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.60 |
| HSL | 233.45º | 0.36% | 0.3% | - |
| HSV(B) | 233.45º | 0.53% | 0.4% | - |
| XYZ | 4.99 | 4.25 | 13.39 | - |
| YUV | 57.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 103 | 0.53 | 0.48 | 0 | 0.60 | 233.45 | 0.36 | 0.3 |
| Hex | 30 | 36 | 67 | 35 | 30 | 0 | 3C | E9 | 24 | 1E |
| Octal | 60 | 66 | 147 | 65 | 60 | 0 | 74 | 351 | 44 | 36 |
| Binary | 110000 | 110110 | 1100111 | 110101 | 110000 | 0 | 111100 | 11101001 | 100100 | 11110 |
Color Harmonies of #303667
Complementary color
Monochromatic Colors of #303667
Black with #303667
Text Example
Text Example
White with #303667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303667; }
p { color: rgb(48,54,103); }
H1.HeaderClassName
{
color: #303667;
}
.AnyTagClassName
{
color: #303667;
}
</style>
background-color css
<style>
a { background-color: #303667; }
a { background-color: rgb(48,54,103); }
div.DivClassName
{
background-color: #303667;
}
.BgClassName
{
background-color: #303667;
}
</style>
border-color css
<style>
span { border-color: #303667; }
span { border-color: rgb(48,54,103); }
td.TdClassName
{
border-color: #303667;
}
.TagClassName
{
border-color: #303667;
}
</style>