Shades of Deep Koamaru #303267
Tints of Deep Koamaru #303267
RGB
CMYK
RGB Variations
Color information
#303267 (or 0x303267) is known color: Deep Koamaru. HEX triplet: 30, 32 and 67. RGB value is (48,50,103). Sum of RGB (Red+Green+Blue) = 48+50+103=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #303267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303267 is #CFCD98. Grayscale: #373737. Windows color (decimal): -13618585 or 6763056. OLE color: 6763056.
HSL color Cylindrical-coordinate representation of color #303267: hue angle of 237.82º 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 #303267 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 50 | 103 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.60 |
| HSL | 237.82º | 0.36% | 0.3% | - |
| HSV(B) | 237.82º | 0.53% | 0.4% | - |
| XYZ | 4.81 | 3.89 | 13.33 | - |
| YUV | 55.44 | 154.84 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 103 | 0.53 | 0.51 | 0 | 0.60 | 237.82 | 0.36 | 0.3 |
| Hex | 30 | 32 | 67 | 35 | 33 | 0 | 3C | EE | 24 | 1E |
| Octal | 60 | 62 | 147 | 65 | 63 | 0 | 74 | 356 | 44 | 36 |
| Binary | 110000 | 110010 | 1100111 | 110101 | 110011 | 0 | 111100 | 11101110 | 100100 | 11110 |
Color Harmonies of #303267
Complementary color
Monochromatic Colors of #303267
Black with #303267
Text Example
Text Example
White with #303267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303267; }
p { color: rgb(48,50,103); }
H1.HeaderClassName
{
color: #303267;
}
.AnyTagClassName
{
color: #303267;
}
</style>
background-color css
<style>
a { background-color: #303267; }
a { background-color: rgb(48,50,103); }
div.DivClassName
{
background-color: #303267;
}
.BgClassName
{
background-color: #303267;
}
</style>
border-color css
<style>
span { border-color: #303267; }
span { border-color: rgb(48,50,103); }
td.TdClassName
{
border-color: #303267;
}
.TagClassName
{
border-color: #303267;
}
</style>