Shades of Deep Koamaru #2D2E5C
Tints of Deep Koamaru #2D2E5C
RGB
CMYK
RGB Variations
Color information
#2D2E5C (or 0x2D2E5C) is known color: Deep Koamaru. HEX triplet: 2D, 2E and 5C. RGB value is (45,46,92). Sum of RGB (Red+Green+Blue) = 45+46+92=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #2D2E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2E5C is #D2D1A3. Grayscale: #323232. Windows color (decimal): -13816228 or 6041133. OLE color: 6041133.
HSL color Cylindrical-coordinate representation of color #2D2E5C: hue angle of 238.72º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D2E5C is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 46 | 92 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.64 |
| HSL | 238.72º | 0.34% | 0.27% | - |
| HSV(B) | 238.72º | 0.51% | 0.36% | - |
| XYZ | 3.99 | 3.28 | 10.55 | - |
| YUV | 50.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 46 | 92 | 0.51 | 0.50 | 0 | 0.64 | 238.72 | 0.34 | 0.27 |
| Hex | 2D | 2E | 5C | 33 | 32 | 0 | 40 | EF | 22 | 1B |
| Octal | 55 | 56 | 134 | 63 | 62 | 0 | 100 | 357 | 42 | 33 |
| Binary | 101101 | 101110 | 1011100 | 110011 | 110010 | 0 | 1000000 | 11101111 | 100010 | 11011 |
Color Harmonies of #2D2E5C
Complementary color
Monochromatic Colors of #2D2E5C
Black with #2D2E5C
Text Example
Text Example
White with #2D2E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2E5C; }
p { color: rgb(45,46,92); }
H1.HeaderClassName
{
color: #2D2E5C;
}
.AnyTagClassName
{
color: #2D2E5C;
}
</style>
background-color css
<style>
a { background-color: #2D2E5C; }
a { background-color: rgb(45,46,92); }
div.DivClassName
{
background-color: #2D2E5C;
}
.BgClassName
{
background-color: #2D2E5C;
}
</style>
border-color css
<style>
span { border-color: #2D2E5C; }
span { border-color: rgb(45,46,92); }
td.TdClassName
{
border-color: #2D2E5C;
}
.TagClassName
{
border-color: #2D2E5C;
}
</style>