Shades of Deep Koamaru #2D2D62
Tints of Deep Koamaru #2D2D62
RGB
CMYK
RGB Variations
Color information
#2D2D62 (or 0x2D2D62) is known color: Deep Koamaru. HEX triplet: 2D, 2D and 62. RGB value is (45,45,98). Sum of RGB (Red+Green+Blue) = 45+45+98=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #2D2D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2D62 is #D2D29D. Grayscale: #323232. Windows color (decimal): -13816478 or 6434093. OLE color: 6434093.
HSL color Cylindrical-coordinate representation of color #2D2D62: hue angle of 240º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D2D62 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 45 | 98 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.62 |
| HSL | 240º | 0.37% | 0.28% | - |
| HSV(B) | 240º | 0.54% | 0.38% | - |
| XYZ | 4.23 | 3.32 | 11.97 | - |
| YUV | 51.04 | 154.5 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 45 | 98 | 0.54 | 0.54 | 0 | 0.62 | 240 | 0.37 | 0.28 |
| Hex | 2D | 2D | 62 | 36 | 36 | 0 | 3E | F0 | 25 | 1C |
| Octal | 55 | 55 | 142 | 66 | 66 | 0 | 76 | 360 | 45 | 34 |
| Binary | 101101 | 101101 | 1100010 | 110110 | 110110 | 0 | 111110 | 11110000 | 100101 | 11100 |
Color Harmonies of #2D2D62
Complementary color
Monochromatic Colors of #2D2D62
Black with #2D2D62
Text Example
Text Example
White with #2D2D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2D62; }
p { color: rgb(45,45,98); }
H1.HeaderClassName
{
color: #2D2D62;
}
.AnyTagClassName
{
color: #2D2D62;
}
</style>
background-color css
<style>
a { background-color: #2D2D62; }
a { background-color: rgb(45,45,98); }
div.DivClassName
{
background-color: #2D2D62;
}
.BgClassName
{
background-color: #2D2D62;
}
</style>
border-color css
<style>
span { border-color: #2D2D62; }
span { border-color: rgb(45,45,98); }
td.TdClassName
{
border-color: #2D2D62;
}
.TagClassName
{
border-color: #2D2D62;
}
</style>