Shades of Deep Koamaru #262E73
Tints of Deep Koamaru #262E73
RGB
CMYK
RGB Variations
Color information
#262E73 (or 0x262E73) is known color: Deep Koamaru. HEX triplet: 26, 2E and 73. RGB value is (38,46,115). Sum of RGB (Red+Green+Blue) = 38+46+115=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #262E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262E73 is #D9D18C. Grayscale: #333333. Windows color (decimal): -14274957 or 7548454. OLE color: 7548454.
HSL color Cylindrical-coordinate representation of color #262E73: hue angle of 233.77º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #262E73 is Cyan = 0.67, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 46 | 115 | - |
| CMYK | 0.67 | 0.6 | 0 | 0.55 |
| HSL | 233.77º | 0.5% | 0.3% | - |
| HSV(B) | 233.77º | 0.67% | 0.45% | - |
| XYZ | 4.87 | 3.6 | 16.66 | - |
| YUV | 51.47 | 163.85 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 115 | 0.67 | 0.6 | 0 | 0.55 | 233.77 | 0.5 | 0.3 |
| Hex | 26 | 2E | 73 | 43 | 3C | 0 | 37 | EA | 32 | 1E |
| Octal | 46 | 56 | 163 | 103 | 74 | 0 | 67 | 352 | 62 | 36 |
| Binary | 100110 | 101110 | 1110011 | 1000011 | 111100 | 0 | 110111 | 11101010 | 110010 | 11110 |
Color Harmonies of #262E73
Complementary color
Monochromatic Colors of #262E73
Black with #262E73
Text Example
Text Example
White with #262E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E73; }
p { color: rgb(38,46,115); }
H1.HeaderClassName
{
color: #262E73;
}
.AnyTagClassName
{
color: #262E73;
}
</style>
background-color css
<style>
a { background-color: #262E73; }
a { background-color: rgb(38,46,115); }
div.DivClassName
{
background-color: #262E73;
}
.BgClassName
{
background-color: #262E73;
}
</style>
border-color css
<style>
span { border-color: #262E73; }
span { border-color: rgb(38,46,115); }
td.TdClassName
{
border-color: #262E73;
}
.TagClassName
{
border-color: #262E73;
}
</style>