Shades of Deep Koamaru #302F77
Tints of Deep Koamaru #302F77
RGB
CMYK
RGB Variations
Color information
#302F77 (or 0x302F77) is known color: Deep Koamaru. HEX triplet: 30, 2F and 77. RGB value is (48,47,119). Sum of RGB (Red+Green+Blue) = 48+47+119=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #302F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302F77 is #CFD088. Grayscale: #373737. Windows color (decimal): -13619337 or 7810864. OLE color: 7810864.
HSL color Cylindrical-coordinate representation of color #302F77: hue angle of 240.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #302F77 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 47 | 119 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.53 |
| HSL | 240.83º | 0.43% | 0.33% | - |
| HSV(B) | 240.83º | 0.61% | 0.47% | - |
| XYZ | 5.57 | 3.99 | 17.93 | - |
| YUV | 55.51 | 163.83 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 119 | 0.60 | 0.61 | 0 | 0.53 | 240.83 | 0.43 | 0.33 |
| Hex | 30 | 2F | 77 | 3C | 3D | 0 | 35 | F1 | 2B | 21 |
| Octal | 60 | 57 | 167 | 74 | 75 | 0 | 65 | 361 | 53 | 41 |
| Binary | 110000 | 101111 | 1110111 | 111100 | 111101 | 0 | 110101 | 11110001 | 101011 | 100001 |
Color Harmonies of #302F77
Complementary color
Monochromatic Colors of #302F77
Black with #302F77
Text Example
Text Example
White with #302F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F77; }
p { color: rgb(48,47,119); }
H1.HeaderClassName
{
color: #302F77;
}
.AnyTagClassName
{
color: #302F77;
}
</style>
background-color css
<style>
a { background-color: #302F77; }
a { background-color: rgb(48,47,119); }
div.DivClassName
{
background-color: #302F77;
}
.BgClassName
{
background-color: #302F77;
}
</style>
border-color css
<style>
span { border-color: #302F77; }
span { border-color: rgb(48,47,119); }
td.TdClassName
{
border-color: #302F77;
}
.TagClassName
{
border-color: #302F77;
}
</style>