Shades of Deep Koamaru #2E3260
Tints of Deep Koamaru #2E3260
RGB
CMYK
RGB Variations
Color information
#2E3260 (or 0x2E3260) is known color: Deep Koamaru. HEX triplet: 2E, 32 and 60. RGB value is (46,50,96). Sum of RGB (Red+Green+Blue) = 46+50+96=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E3260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3260 is #D1CD9F. Grayscale: #353535. Windows color (decimal): -13749664 or 6304302. OLE color: 6304302.
HSL color Cylindrical-coordinate representation of color #2E3260: hue angle of 235.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E3260 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 50 | 96 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.62 |
| HSL | 235.2º | 0.35% | 0.28% | - |
| HSV(B) | 235.2º | 0.52% | 0.38% | - |
| XYZ | 4.38 | 3.71 | 11.55 | - |
| YUV | 54.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 96 | 0.52 | 0.48 | 0 | 0.62 | 235.2 | 0.35 | 0.28 |
| Hex | 2E | 32 | 60 | 34 | 30 | 0 | 3E | EB | 23 | 1C |
| Octal | 56 | 62 | 140 | 64 | 60 | 0 | 76 | 353 | 43 | 34 |
| Binary | 101110 | 110010 | 1100000 | 110100 | 110000 | 0 | 111110 | 11101011 | 100011 | 11100 |
Color Harmonies of #2E3260
Complementary color
Monochromatic Colors of #2E3260
Black with #2E3260
Text Example
Text Example
White with #2E3260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3260; }
p { color: rgb(46,50,96); }
H1.HeaderClassName
{
color: #2E3260;
}
.AnyTagClassName
{
color: #2E3260;
}
</style>
background-color css
<style>
a { background-color: #2E3260; }
a { background-color: rgb(46,50,96); }
div.DivClassName
{
background-color: #2E3260;
}
.BgClassName
{
background-color: #2E3260;
}
</style>
border-color css
<style>
span { border-color: #2E3260; }
span { border-color: rgb(46,50,96); }
td.TdClassName
{
border-color: #2E3260;
}
.TagClassName
{
border-color: #2E3260;
}
</style>