Shades of Deep Koamaru #26306E
Tints of Deep Koamaru #26306E
RGB
CMYK
RGB Variations
Color information
#26306E (or 0x26306E) is known color: Deep Koamaru. HEX triplet: 26, 30 and 6E. RGB value is (38,48,110). Sum of RGB (Red+Green+Blue) = 38+48+110=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #26306E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26306E is #D9CF91. Grayscale: #333333. Windows color (decimal): -14274450 or 7221286. OLE color: 7221286.
HSL color Cylindrical-coordinate representation of color #26306E: hue angle of 231.67º 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 #26306E is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 48 | 110 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.57 |
| HSL | 231.67º | 0.49% | 0.29% | - |
| HSV(B) | 231.67º | 0.65% | 0.43% | - |
| XYZ | 4.67 | 3.65 | 15.21 | - |
| YUV | 52.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 110 | 0.65 | 0.56 | 0 | 0.57 | 231.67 | 0.49 | 0.29 |
| Hex | 26 | 30 | 6E | 41 | 38 | 0 | 39 | E8 | 31 | 1D |
| Octal | 46 | 60 | 156 | 101 | 70 | 0 | 71 | 350 | 61 | 35 |
| Binary | 100110 | 110000 | 1101110 | 1000001 | 111000 | 0 | 111001 | 11101000 | 110001 | 11101 |
Color Harmonies of #26306E
Complementary color
Monochromatic Colors of #26306E
Black with #26306E
Text Example
Text Example
White with #26306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26306E; }
p { color: rgb(38,48,110); }
H1.HeaderClassName
{
color: #26306E;
}
.AnyTagClassName
{
color: #26306E;
}
</style>
background-color css
<style>
a { background-color: #26306E; }
a { background-color: rgb(38,48,110); }
div.DivClassName
{
background-color: #26306E;
}
.BgClassName
{
background-color: #26306E;
}
</style>
border-color css
<style>
span { border-color: #26306E; }
span { border-color: rgb(38,48,110); }
td.TdClassName
{
border-color: #26306E;
}
.TagClassName
{
border-color: #26306E;
}
</style>