Shades of Deep Koamaru #26286E
Tints of Deep Koamaru #26286E
RGB
CMYK
RGB Variations
Color information
#26286E (or 0x26286E) is known color: Deep Koamaru. HEX triplet: 26, 28 and 6E. RGB value is (38,40,110). Sum of RGB (Red+Green+Blue) = 38+40+110=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 110 (43.36% from 255 or 58.51% from 188); Max value from RGB is 110 - color contains mainly: blue. Hex color #26286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26286E is #D9D791. Grayscale: #2F2F2F. Windows color (decimal): -14276498 or 7219238. OLE color: 7219238.
HSL color Cylindrical-coordinate representation of color #26286E: hue angle of 238.33º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26286E is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 40 | 110 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.57 |
| HSL | 238.33º | 0.49% | 0.29% | - |
| HSV(B) | 238.33º | 0.65% | 0.43% | - |
| XYZ | 4.37 | 3.06 | 15.11 | - |
| YUV | 47.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 110 | 0.65 | 0.64 | 0 | 0.57 | 238.33 | 0.49 | 0.29 |
| Hex | 26 | 28 | 6E | 41 | 40 | 0 | 39 | EE | 31 | 1D |
| Octal | 46 | 50 | 156 | 101 | 100 | 0 | 71 | 356 | 61 | 35 |
| Binary | 100110 | 101000 | 1101110 | 1000001 | 1000000 | 0 | 111001 | 11101110 | 110001 | 11101 |
Color Harmonies of #26286E
Complementary color
Monochromatic Colors of #26286E
Black with #26286E
Text Example
Text Example
White with #26286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26286E; }
p { color: rgb(38,40,110); }
H1.HeaderClassName
{
color: #26286E;
}
.AnyTagClassName
{
color: #26286E;
}
</style>
background-color css
<style>
a { background-color: #26286E; }
a { background-color: rgb(38,40,110); }
div.DivClassName
{
background-color: #26286E;
}
.BgClassName
{
background-color: #26286E;
}
</style>
border-color css
<style>
span { border-color: #26286E; }
span { border-color: rgb(38,40,110); }
td.TdClassName
{
border-color: #26286E;
}
.TagClassName
{
border-color: #26286E;
}
</style>