Shades of Deep Koamaru #302F64
Tints of Deep Koamaru #302F64
RGB
CMYK
RGB Variations
Color information
#302F64 (or 0x302F64) is known color: Deep Koamaru. HEX triplet: 30, 2F and 64. RGB value is (48,47,100). Sum of RGB (Red+Green+Blue) = 48+47+100=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 100 (39.45% from 255 or 51.28% from 195); Max value from RGB is 100 - color contains mainly: blue. Hex color #302F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302F64 is #CFD09B. Grayscale: #353535. Windows color (decimal): -13619356 or 6565680. OLE color: 6565680.
HSL color Cylindrical-coordinate representation of color #302F64: hue angle of 241.13º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #302F64 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 47 | 100 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.61 |
| HSL | 241.13º | 0.36% | 0.29% | - |
| HSV(B) | 241.13º | 0.53% | 0.39% | - |
| XYZ | 4.54 | 3.58 | 12.51 | - |
| YUV | 53.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 100 | 0.52 | 0.53 | 0 | 0.61 | 241.13 | 0.36 | 0.29 |
| Hex | 30 | 2F | 64 | 34 | 35 | 0 | 3D | F1 | 24 | 1D |
| Octal | 60 | 57 | 144 | 64 | 65 | 0 | 75 | 361 | 44 | 35 |
| Binary | 110000 | 101111 | 1100100 | 110100 | 110101 | 0 | 111101 | 11110001 | 100100 | 11101 |
Color Harmonies of #302F64
Complementary color
Monochromatic Colors of #302F64
Black with #302F64
Text Example
Text Example
White with #302F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F64; }
p { color: rgb(48,47,100); }
H1.HeaderClassName
{
color: #302F64;
}
.AnyTagClassName
{
color: #302F64;
}
</style>
background-color css
<style>
a { background-color: #302F64; }
a { background-color: rgb(48,47,100); }
div.DivClassName
{
background-color: #302F64;
}
.BgClassName
{
background-color: #302F64;
}
</style>
border-color css
<style>
span { border-color: #302F64; }
span { border-color: rgb(48,47,100); }
td.TdClassName
{
border-color: #302F64;
}
.TagClassName
{
border-color: #302F64;
}
</style>