Shades of Deep Koamaru #2E267B
Tints of Deep Koamaru #2E267B
RGB
CMYK
RGB Variations
Color information
#2E267B (or 0x2E267B) is known color: Deep Koamaru. HEX triplet: 2E, 26 and 7B. RGB value is (46,38,123). Sum of RGB (Red+Green+Blue) = 46+38+123=207 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.22% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E267B is #D1D984. Grayscale: #313131. Windows color (decimal): -13752709 or 8070702. OLE color: 8070702.
HSL color Cylindrical-coordinate representation of color #2E267B: hue angle of 245.65º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E267B is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 38 | 123 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.52 |
| HSL | 245.65º | 0.53% | 0.32% | - |
| HSV(B) | 245.65º | 0.69% | 0.48% | - |
| XYZ | 5.39 | 3.4 | 19.11 | - |
| YUV | 50.08 | 169.15 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 38 | 123 | 0.63 | 0.69 | 0 | 0.52 | 245.65 | 0.53 | 0.32 |
| Hex | 2E | 26 | 7B | 3F | 45 | 0 | 34 | F6 | 35 | 20 |
| Octal | 56 | 46 | 173 | 77 | 105 | 0 | 64 | 366 | 65 | 40 |
| Binary | 101110 | 100110 | 1111011 | 111111 | 1000101 | 0 | 110100 | 11110110 | 110101 | 100000 |
Color Harmonies of #2E267B
Complementary color
Monochromatic Colors of #2E267B
Black with #2E267B
Text Example
Text Example
White with #2E267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E267B; }
p { color: rgb(46,38,123); }
H1.HeaderClassName
{
color: #2E267B;
}
.AnyTagClassName
{
color: #2E267B;
}
</style>
background-color css
<style>
a { background-color: #2E267B; }
a { background-color: rgb(46,38,123); }
div.DivClassName
{
background-color: #2E267B;
}
.BgClassName
{
background-color: #2E267B;
}
</style>
border-color css
<style>
span { border-color: #2E267B; }
span { border-color: rgb(46,38,123); }
td.TdClassName
{
border-color: #2E267B;
}
.TagClassName
{
border-color: #2E267B;
}
</style>