Shades of Deep Koamaru #26316C
Tints of Deep Koamaru #26316C
RGB
CMYK
RGB Variations
Color information
#26316C (or 0x26316C) is known color: Deep Koamaru. HEX triplet: 26, 31 and 6C. RGB value is (38,49,108). Sum of RGB (Red+Green+Blue) = 38+49+108=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #26316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26316C is #D9CE93. Grayscale: #343434. Windows color (decimal): -14274196 or 7090470. OLE color: 7090470.
HSL color Cylindrical-coordinate representation of color #26316C: hue angle of 230.57º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26316C is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 49 | 108 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.58 |
| HSL | 230.57º | 0.48% | 0.29% | - |
| HSV(B) | 230.57º | 0.65% | 0.42% | - |
| XYZ | 4.6 | 3.69 | 14.66 | - |
| YUV | 52.44 | 159.36 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 108 | 0.65 | 0.55 | 0 | 0.58 | 230.57 | 0.48 | 0.29 |
| Hex | 26 | 31 | 6C | 41 | 37 | 0 | 3A | E7 | 30 | 1D |
| Octal | 46 | 61 | 154 | 101 | 67 | 0 | 72 | 347 | 60 | 35 |
| Binary | 100110 | 110001 | 1101100 | 1000001 | 110111 | 0 | 111010 | 11100111 | 110000 | 11101 |
Color Harmonies of #26316C
Complementary color
Monochromatic Colors of #26316C
Black with #26316C
Text Example
Text Example
White with #26316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26316C; }
p { color: rgb(38,49,108); }
H1.HeaderClassName
{
color: #26316C;
}
.AnyTagClassName
{
color: #26316C;
}
</style>
background-color css
<style>
a { background-color: #26316C; }
a { background-color: rgb(38,49,108); }
div.DivClassName
{
background-color: #26316C;
}
.BgClassName
{
background-color: #26316C;
}
</style>
border-color css
<style>
span { border-color: #26316C; }
span { border-color: rgb(38,49,108); }
td.TdClassName
{
border-color: #26316C;
}
.TagClassName
{
border-color: #26316C;
}
</style>