Shades of Deep Koamaru #2D3060
Tints of Deep Koamaru #2D3060
RGB
CMYK
RGB Variations
Color information
#2D3060 (or 0x2D3060) is known color: Deep Koamaru. HEX triplet: 2D, 30 and 60. RGB value is (45,48,96). Sum of RGB (Red+Green+Blue) = 45+48+96=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #2D3060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3060 is #D2CF9F. Grayscale: #343434. Windows color (decimal): -13815712 or 6303789. OLE color: 6303789.
HSL color Cylindrical-coordinate representation of color #2D3060: hue angle of 236.47º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D3060 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 48 | 96 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.62 |
| HSL | 236.47º | 0.36% | 0.28% | - |
| HSV(B) | 236.47º | 0.53% | 0.38% | - |
| XYZ | 4.25 | 3.52 | 11.52 | - |
| YUV | 52.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 48 | 96 | 0.53 | 0.50 | 0 | 0.62 | 236.47 | 0.36 | 0.28 |
| Hex | 2D | 30 | 60 | 35 | 32 | 0 | 3E | EC | 24 | 1C |
| Octal | 55 | 60 | 140 | 65 | 62 | 0 | 76 | 354 | 44 | 34 |
| Binary | 101101 | 110000 | 1100000 | 110101 | 110010 | 0 | 111110 | 11101100 | 100100 | 11100 |
Color Harmonies of #2D3060
Complementary color
Monochromatic Colors of #2D3060
Black with #2D3060
Text Example
Text Example
White with #2D3060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3060; }
p { color: rgb(45,48,96); }
H1.HeaderClassName
{
color: #2D3060;
}
.AnyTagClassName
{
color: #2D3060;
}
</style>
background-color css
<style>
a { background-color: #2D3060; }
a { background-color: rgb(45,48,96); }
div.DivClassName
{
background-color: #2D3060;
}
.BgClassName
{
background-color: #2D3060;
}
</style>
border-color css
<style>
span { border-color: #2D3060; }
span { border-color: rgb(45,48,96); }
td.TdClassName
{
border-color: #2D3060;
}
.TagClassName
{
border-color: #2D3060;
}
</style>