Shades of Deep Koamaru #2E2F6D
Tints of Deep Koamaru #2E2F6D
RGB
CMYK
RGB Variations
Color information
#2E2F6D (or 0x2E2F6D) is known color: Deep Koamaru. HEX triplet: 2E, 2F and 6D. RGB value is (46,47,109). Sum of RGB (Red+Green+Blue) = 46+47+109=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E2F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2F6D is #D1D092. Grayscale: #353535. Windows color (decimal): -13750419 or 7155502. OLE color: 7155502.
HSL color Cylindrical-coordinate representation of color #2E2F6D: hue angle of 239.05º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E2F6D is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 47 | 109 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.57 |
| HSL | 239.05º | 0.41% | 0.3% | - |
| HSV(B) | 239.05º | 0.58% | 0.43% | - |
| XYZ | 4.9 | 3.72 | 14.93 | - |
| YUV | 53.77 | 159.17 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 109 | 0.58 | 0.57 | 0 | 0.57 | 239.05 | 0.41 | 0.3 |
| Hex | 2E | 2F | 6D | 3A | 39 | 0 | 39 | EF | 29 | 1E |
| Octal | 56 | 57 | 155 | 72 | 71 | 0 | 71 | 357 | 51 | 36 |
| Binary | 101110 | 101111 | 1101101 | 111010 | 111001 | 0 | 111001 | 11101111 | 101001 | 11110 |
Color Harmonies of #2E2F6D
Complementary color
Monochromatic Colors of #2E2F6D
Black with #2E2F6D
Text Example
Text Example
White with #2E2F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2F6D; }
p { color: rgb(46,47,109); }
H1.HeaderClassName
{
color: #2E2F6D;
}
.AnyTagClassName
{
color: #2E2F6D;
}
</style>
background-color css
<style>
a { background-color: #2E2F6D; }
a { background-color: rgb(46,47,109); }
div.DivClassName
{
background-color: #2E2F6D;
}
.BgClassName
{
background-color: #2E2F6D;
}
</style>
border-color css
<style>
span { border-color: #2E2F6D; }
span { border-color: rgb(46,47,109); }
td.TdClassName
{
border-color: #2E2F6D;
}
.TagClassName
{
border-color: #2E2F6D;
}
</style>