Shades of Deep Koamaru #2F3063
Tints of Deep Koamaru #2F3063
RGB
CMYK
RGB Variations
Color information
#2F3063 (or 0x2F3063) is known color: Deep Koamaru. HEX triplet: 2F, 30 and 63. RGB value is (47,48,99). Sum of RGB (Red+Green+Blue) = 47+48+99=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #2F3063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3063 is #D0CF9C. Grayscale: #353535. Windows color (decimal): -13684637 or 6500399. OLE color: 6500399.
HSL color Cylindrical-coordinate representation of color #2F3063: hue angle of 238.85º 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 #2F3063 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 48 | 99 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.61 |
| HSL | 238.85º | 0.36% | 0.29% | - |
| HSV(B) | 238.85º | 0.53% | 0.39% | - |
| XYZ | 4.48 | 3.62 | 12.27 | - |
| YUV | 53.52 | 153.67 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 48 | 99 | 0.53 | 0.52 | 0 | 0.61 | 238.85 | 0.36 | 0.29 |
| Hex | 2F | 30 | 63 | 35 | 34 | 0 | 3D | EF | 24 | 1D |
| Octal | 57 | 60 | 143 | 65 | 64 | 0 | 75 | 357 | 44 | 35 |
| Binary | 101111 | 110000 | 1100011 | 110101 | 110100 | 0 | 111101 | 11101111 | 100100 | 11101 |
Color Harmonies of #2F3063
Complementary color
Monochromatic Colors of #2F3063
Black with #2F3063
Text Example
Text Example
White with #2F3063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3063; }
p { color: rgb(47,48,99); }
H1.HeaderClassName
{
color: #2F3063;
}
.AnyTagClassName
{
color: #2F3063;
}
</style>
background-color css
<style>
a { background-color: #2F3063; }
a { background-color: rgb(47,48,99); }
div.DivClassName
{
background-color: #2F3063;
}
.BgClassName
{
background-color: #2F3063;
}
</style>
border-color css
<style>
span { border-color: #2F3063; }
span { border-color: rgb(47,48,99); }
td.TdClassName
{
border-color: #2F3063;
}
.TagClassName
{
border-color: #2F3063;
}
</style>