Shades of Deep Koamaru #302E6C
Tints of Deep Koamaru #302E6C
RGB
CMYK
RGB Variations
Color information
#302E6C (or 0x302E6C) is known color: Deep Koamaru. HEX triplet: 30, 2E and 6C. RGB value is (48,46,108). Sum of RGB (Red+Green+Blue) = 48+46+108=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #302E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302E6C is #CFD193. Grayscale: #353535. Windows color (decimal): -13619604 or 7089712. OLE color: 7089712.
HSL color Cylindrical-coordinate representation of color #302E6C: hue angle of 241.94º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #302E6C is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 46 | 108 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.58 |
| HSL | 241.94º | 0.4% | 0.3% | - |
| HSV(B) | 241.94º | 0.57% | 0.42% | - |
| XYZ | 4.9 | 3.67 | 14.64 | - |
| YUV | 53.67 | 158.66 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 108 | 0.56 | 0.57 | 0 | 0.58 | 241.94 | 0.4 | 0.3 |
| Hex | 30 | 2E | 6C | 38 | 39 | 0 | 3A | F2 | 28 | 1E |
| Octal | 60 | 56 | 154 | 70 | 71 | 0 | 72 | 362 | 50 | 36 |
| Binary | 110000 | 101110 | 1101100 | 111000 | 111001 | 0 | 111010 | 11110010 | 101000 | 11110 |
Color Harmonies of #302E6C
Complementary color
Monochromatic Colors of #302E6C
Black with #302E6C
Text Example
Text Example
White with #302E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302E6C; }
p { color: rgb(48,46,108); }
H1.HeaderClassName
{
color: #302E6C;
}
.AnyTagClassName
{
color: #302E6C;
}
</style>
background-color css
<style>
a { background-color: #302E6C; }
a { background-color: rgb(48,46,108); }
div.DivClassName
{
background-color: #302E6C;
}
.BgClassName
{
background-color: #302E6C;
}
</style>
border-color css
<style>
span { border-color: #302E6C; }
span { border-color: rgb(48,46,108); }
td.TdClassName
{
border-color: #302E6C;
}
.TagClassName
{
border-color: #302E6C;
}
</style>