Shades of Deep Koamaru #2D2E60
Tints of Deep Koamaru #2D2E60
RGB
CMYK
RGB Variations
Color information
#2D2E60 (or 0x2D2E60) is known color: Deep Koamaru. HEX triplet: 2D, 2E and 60. RGB value is (45,46,96). Sum of RGB (Red+Green+Blue) = 45+46+96=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #2D2E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2E60 is #D2D19F. Grayscale: #333333. Windows color (decimal): -13816224 or 6303277. OLE color: 6303277.
HSL color Cylindrical-coordinate representation of color #2D2E60: hue angle of 238.82º 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 #2D2E60 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 46 | 96 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.62 |
| HSL | 238.82º | 0.36% | 0.28% | - |
| HSV(B) | 238.82º | 0.53% | 0.38% | - |
| XYZ | 4.17 | 3.36 | 11.49 | - |
| YUV | 51.4 | 153.17 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 46 | 96 | 0.53 | 0.52 | 0 | 0.62 | 238.82 | 0.36 | 0.28 |
| Hex | 2D | 2E | 60 | 35 | 34 | 0 | 3E | EF | 24 | 1C |
| Octal | 55 | 56 | 140 | 65 | 64 | 0 | 76 | 357 | 44 | 34 |
| Binary | 101101 | 101110 | 1100000 | 110101 | 110100 | 0 | 111110 | 11101111 | 100100 | 11100 |
Color Harmonies of #2D2E60
Complementary color
Monochromatic Colors of #2D2E60
Black with #2D2E60
Text Example
Text Example
White with #2D2E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2E60; }
p { color: rgb(45,46,96); }
H1.HeaderClassName
{
color: #2D2E60;
}
.AnyTagClassName
{
color: #2D2E60;
}
</style>
background-color css
<style>
a { background-color: #2D2E60; }
a { background-color: rgb(45,46,96); }
div.DivClassName
{
background-color: #2D2E60;
}
.BgClassName
{
background-color: #2D2E60;
}
</style>
border-color css
<style>
span { border-color: #2D2E60; }
span { border-color: rgb(45,46,96); }
td.TdClassName
{
border-color: #2D2E60;
}
.TagClassName
{
border-color: #2D2E60;
}
</style>