Shades of Deep Koamaru #302F6E
Tints of Deep Koamaru #302F6E
RGB
CMYK
RGB Variations
Color information
#302F6E (or 0x302F6E) is known color: Deep Koamaru. HEX triplet: 30, 2F and 6E. RGB value is (48,47,110). Sum of RGB (Red+Green+Blue) = 48+47+110=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #302F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302F6E is #CFD091. Grayscale: #363636. Windows color (decimal): -13619346 or 7221040. OLE color: 7221040.
HSL color Cylindrical-coordinate representation of color #302F6E: hue angle of 240.95º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #302F6E is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 47 | 110 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.57 |
| HSL | 240.95º | 0.4% | 0.31% | - |
| HSV(B) | 240.95º | 0.57% | 0.43% | - |
| XYZ | 5.05 | 3.79 | 15.22 | - |
| YUV | 54.48 | 159.33 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 110 | 0.56 | 0.57 | 0 | 0.57 | 240.95 | 0.4 | 0.31 |
| Hex | 30 | 2F | 6E | 38 | 39 | 0 | 39 | F1 | 28 | 1F |
| Octal | 60 | 57 | 156 | 70 | 71 | 0 | 71 | 361 | 50 | 37 |
| Binary | 110000 | 101111 | 1101110 | 111000 | 111001 | 0 | 111001 | 11110001 | 101000 | 11111 |
Color Harmonies of #302F6E
Complementary color
Monochromatic Colors of #302F6E
Black with #302F6E
Text Example
Text Example
White with #302F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F6E; }
p { color: rgb(48,47,110); }
H1.HeaderClassName
{
color: #302F6E;
}
.AnyTagClassName
{
color: #302F6E;
}
</style>
background-color css
<style>
a { background-color: #302F6E; }
a { background-color: rgb(48,47,110); }
div.DivClassName
{
background-color: #302F6E;
}
.BgClassName
{
background-color: #302F6E;
}
</style>
border-color css
<style>
span { border-color: #302F6E; }
span { border-color: rgb(48,47,110); }
td.TdClassName
{
border-color: #302F6E;
}
.TagClassName
{
border-color: #302F6E;
}
</style>