Shades of Deep Koamaru #26306C
Tints of Deep Koamaru #26306C
RGB
CMYK
RGB Variations
Color information
#26306C (or 0x26306C) is known color: Deep Koamaru. HEX triplet: 26, 30 and 6C. RGB value is (38,48,108). Sum of RGB (Red+Green+Blue) = 38+48+108=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #26306C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26306C is #D9CF93. Grayscale: #333333. Windows color (decimal): -14274452 or 7090214. OLE color: 7090214.
HSL color Cylindrical-coordinate representation of color #26306C: hue angle of 231.43º 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 #26306C is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 48 | 108 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.58 |
| HSL | 231.43º | 0.48% | 0.29% | - |
| HSV(B) | 231.43º | 0.65% | 0.42% | - |
| XYZ | 4.56 | 3.61 | 14.64 | - |
| YUV | 51.85 | 159.69 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 108 | 0.65 | 0.56 | 0 | 0.58 | 231.43 | 0.48 | 0.29 |
| Hex | 26 | 30 | 6C | 41 | 38 | 0 | 3A | E7 | 30 | 1D |
| Octal | 46 | 60 | 154 | 101 | 70 | 0 | 72 | 347 | 60 | 35 |
| Binary | 100110 | 110000 | 1101100 | 1000001 | 111000 | 0 | 111010 | 11100111 | 110000 | 11101 |
Color Harmonies of #26306C
Complementary color
Monochromatic Colors of #26306C
Black with #26306C
Text Example
Text Example
White with #26306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26306C; }
p { color: rgb(38,48,108); }
H1.HeaderClassName
{
color: #26306C;
}
.AnyTagClassName
{
color: #26306C;
}
</style>
background-color css
<style>
a { background-color: #26306C; }
a { background-color: rgb(38,48,108); }
div.DivClassName
{
background-color: #26306C;
}
.BgClassName
{
background-color: #26306C;
}
</style>
border-color css
<style>
span { border-color: #26306C; }
span { border-color: rgb(38,48,108); }
td.TdClassName
{
border-color: #26306C;
}
.TagClassName
{
border-color: #26306C;
}
</style>