Shades of Deep Koamaru #2E3265
Tints of Deep Koamaru #2E3265
RGB
CMYK
RGB Variations
Color information
#2E3265 (or 0x2E3265) is known color: Deep Koamaru. HEX triplet: 2E, 32 and 65. RGB value is (46,50,101). Sum of RGB (Red+Green+Blue) = 46+50+101=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #2E3265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3265 is #D1CD9A. Grayscale: #363636. Windows color (decimal): -13749659 or 6631982. OLE color: 6631982.
HSL color Cylindrical-coordinate representation of color #2E3265: hue angle of 235.64º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E3265 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 50 | 101 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.60 |
| HSL | 235.64º | 0.37% | 0.29% | - |
| HSV(B) | 235.64º | 0.54% | 0.4% | - |
| XYZ | 4.62 | 3.8 | 12.8 | - |
| YUV | 54.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 101 | 0.54 | 0.50 | 0 | 0.60 | 235.64 | 0.37 | 0.29 |
| Hex | 2E | 32 | 65 | 36 | 32 | 0 | 3C | EC | 25 | 1D |
| Octal | 56 | 62 | 145 | 66 | 62 | 0 | 74 | 354 | 45 | 35 |
| Binary | 101110 | 110010 | 1100101 | 110110 | 110010 | 0 | 111100 | 11101100 | 100101 | 11101 |
Color Harmonies of #2E3265
Complementary color
Monochromatic Colors of #2E3265
Black with #2E3265
Text Example
Text Example
White with #2E3265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3265; }
p { color: rgb(46,50,101); }
H1.HeaderClassName
{
color: #2E3265;
}
.AnyTagClassName
{
color: #2E3265;
}
</style>
background-color css
<style>
a { background-color: #2E3265; }
a { background-color: rgb(46,50,101); }
div.DivClassName
{
background-color: #2E3265;
}
.BgClassName
{
background-color: #2E3265;
}
</style>
border-color css
<style>
span { border-color: #2E3265; }
span { border-color: rgb(46,50,101); }
td.TdClassName
{
border-color: #2E3265;
}
.TagClassName
{
border-color: #2E3265;
}
</style>