Shades of Deep Koamaru #2E3566
Tints of Deep Koamaru #2E3566
RGB
CMYK
RGB Variations
Color information
#2E3566 (or 0x2E3566) is known color: Deep Koamaru. HEX triplet: 2E, 35 and 66. RGB value is (46,53,102). Sum of RGB (Red+Green+Blue) = 46+53+102=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E3566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3566 is #D1CA99. Grayscale: #383838. Windows color (decimal): -13748890 or 6698286. OLE color: 6698286.
HSL color Cylindrical-coordinate representation of color #2E3566: hue angle of 232.5º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E3566 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 46 | 53 | 102 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.6 |
| HSL | 232.5º | 0.38% | 0.29% | - |
| HSV(B) | 232.5º | 0.55% | 0.4% | - |
| XYZ | 4.8 | 4.09 | 13.11 | - |
| YUV | 56.49 | 153.68 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 53 | 102 | 0.55 | 0.48 | 0 | 0.6 | 232.5 | 0.38 | 0.29 |
| Hex | 2E | 35 | 66 | 37 | 30 | 0 | 3C | E8 | 26 | 1D |
| Octal | 56 | 65 | 146 | 67 | 60 | 0 | 74 | 350 | 46 | 35 |
| Binary | 101110 | 110101 | 1100110 | 110111 | 110000 | 0 | 111100 | 11101000 | 100110 | 11101 |
Color Harmonies of #2E3566
Complementary color
Monochromatic Colors of #2E3566
Black with #2E3566
Text Example
Text Example
White with #2E3566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3566; }
p { color: rgb(46,53,102); }
H1.HeaderClassName
{
color: #2E3566;
}
.AnyTagClassName
{
color: #2E3566;
}
</style>
background-color css
<style>
a { background-color: #2E3566; }
a { background-color: rgb(46,53,102); }
div.DivClassName
{
background-color: #2E3566;
}
.BgClassName
{
background-color: #2E3566;
}
</style>
border-color css
<style>
span { border-color: #2E3566; }
span { border-color: rgb(46,53,102); }
td.TdClassName
{
border-color: #2E3566;
}
.TagClassName
{
border-color: #2E3566;
}
</style>