Shades of Deep Koamaru #2E3567
Tints of Deep Koamaru #2E3567
RGB
CMYK
RGB Variations
Color information
#2E3567 (or 0x2E3567) is known color: Deep Koamaru. HEX triplet: 2E, 35 and 67. RGB value is (46,53,103). Sum of RGB (Red+Green+Blue) = 46+53+103=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #2E3567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3567 is #D1CA98. Grayscale: #383838. Windows color (decimal): -13748889 or 6763822. OLE color: 6763822.
HSL color Cylindrical-coordinate representation of color #2E3567: hue angle of 232.63º 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 #2E3567 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 53 | 103 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.60 |
| HSL | 232.63º | 0.38% | 0.29% | - |
| HSV(B) | 232.63º | 0.55% | 0.4% | - |
| XYZ | 4.85 | 4.11 | 13.37 | - |
| YUV | 56.61 | 154.18 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 53 | 103 | 0.55 | 0.49 | 0 | 0.60 | 232.63 | 0.38 | 0.29 |
| Hex | 2E | 35 | 67 | 37 | 31 | 0 | 3C | E9 | 26 | 1D |
| Octal | 56 | 65 | 147 | 67 | 61 | 0 | 74 | 351 | 46 | 35 |
| Binary | 101110 | 110101 | 1100111 | 110111 | 110001 | 0 | 111100 | 11101001 | 100110 | 11101 |
Color Harmonies of #2E3567
Complementary color
Monochromatic Colors of #2E3567
Black with #2E3567
Text Example
Text Example
White with #2E3567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3567; }
p { color: rgb(46,53,103); }
H1.HeaderClassName
{
color: #2E3567;
}
.AnyTagClassName
{
color: #2E3567;
}
</style>
background-color css
<style>
a { background-color: #2E3567; }
a { background-color: rgb(46,53,103); }
div.DivClassName
{
background-color: #2E3567;
}
.BgClassName
{
background-color: #2E3567;
}
</style>
border-color css
<style>
span { border-color: #2E3567; }
span { border-color: rgb(46,53,103); }
td.TdClassName
{
border-color: #2E3567;
}
.TagClassName
{
border-color: #2E3567;
}
</style>