Shades of Deep Koamaru #26296D
Tints of Deep Koamaru #26296D
RGB
CMYK
RGB Variations
Color information
#26296D (or 0x26296D) is known color: Deep Koamaru. HEX triplet: 26, 29 and 6D. RGB value is (38,41,109). Sum of RGB (Red+Green+Blue) = 38+41+109=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #26296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26296D is #D9D692. Grayscale: #2F2F2F. Windows color (decimal): -14276243 or 7153958. OLE color: 7153958.
HSL color Cylindrical-coordinate representation of color #26296D: hue angle of 237.46º degrees, saturation: 0.48, 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 #26296D is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 41 | 109 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.57 |
| HSL | 237.46º | 0.48% | 0.29% | - |
| HSV(B) | 237.46º | 0.65% | 0.43% | - |
| XYZ | 4.35 | 3.1 | 14.84 | - |
| YUV | 47.86 | 162.51 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 41 | 109 | 0.65 | 0.62 | 0 | 0.57 | 237.46 | 0.48 | 0.29 |
| Hex | 26 | 29 | 6D | 41 | 3E | 0 | 39 | ED | 30 | 1D |
| Octal | 46 | 51 | 155 | 101 | 76 | 0 | 71 | 355 | 60 | 35 |
| Binary | 100110 | 101001 | 1101101 | 1000001 | 111110 | 0 | 111001 | 11101101 | 110000 | 11101 |
Color Harmonies of #26296D
Complementary color
Monochromatic Colors of #26296D
Black with #26296D
Text Example
Text Example
White with #26296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26296D; }
p { color: rgb(38,41,109); }
H1.HeaderClassName
{
color: #26296D;
}
.AnyTagClassName
{
color: #26296D;
}
</style>
background-color css
<style>
a { background-color: #26296D; }
a { background-color: rgb(38,41,109); }
div.DivClassName
{
background-color: #26296D;
}
.BgClassName
{
background-color: #26296D;
}
</style>
border-color css
<style>
span { border-color: #26296D; }
span { border-color: rgb(38,41,109); }
td.TdClassName
{
border-color: #26296D;
}
.TagClassName
{
border-color: #26296D;
}
</style>