Shades of Deep Koamaru #26296F
Tints of Deep Koamaru #26296F
RGB
CMYK
RGB Variations
Color information
#26296F (or 0x26296F) is known color: Deep Koamaru. HEX triplet: 26, 29 and 6F. RGB value is (38,41,111). Sum of RGB (Red+Green+Blue) = 38+41+111=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #26296F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26296F is #D9D690. Grayscale: #2F2F2F. Windows color (decimal): -14276241 or 7285030. OLE color: 7285030.
HSL color Cylindrical-coordinate representation of color #26296F: hue angle of 237.53º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26296F is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 41 | 111 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.56 |
| HSL | 237.53º | 0.49% | 0.29% | - |
| HSV(B) | 237.53º | 0.66% | 0.44% | - |
| XYZ | 4.46 | 3.15 | 15.41 | - |
| YUV | 48.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 41 | 111 | 0.66 | 0.63 | 0 | 0.56 | 237.53 | 0.49 | 0.29 |
| Hex | 26 | 29 | 6F | 42 | 3F | 0 | 38 | EE | 31 | 1D |
| Octal | 46 | 51 | 157 | 102 | 77 | 0 | 70 | 356 | 61 | 35 |
| Binary | 100110 | 101001 | 1101111 | 1000010 | 111111 | 0 | 111000 | 11101110 | 110001 | 11101 |
Color Harmonies of #26296F
Complementary color
Monochromatic Colors of #26296F
Black with #26296F
Text Example
Text Example
White with #26296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26296F; }
p { color: rgb(38,41,111); }
H1.HeaderClassName
{
color: #26296F;
}
.AnyTagClassName
{
color: #26296F;
}
</style>
background-color css
<style>
a { background-color: #26296F; }
a { background-color: rgb(38,41,111); }
div.DivClassName
{
background-color: #26296F;
}
.BgClassName
{
background-color: #26296F;
}
</style>
border-color css
<style>
span { border-color: #26296F; }
span { border-color: rgb(38,41,111); }
td.TdClassName
{
border-color: #26296F;
}
.TagClassName
{
border-color: #26296F;
}
</style>