Shades of Deep Koamaru #263168
Tints of Deep Koamaru #263168
RGB
CMYK
RGB Variations
Color information
#263168 (or 0x263168) is known color: Deep Koamaru. HEX triplet: 26, 31 and 68. RGB value is (38,49,104). Sum of RGB (Red+Green+Blue) = 38+49+104=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #263168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263168 is #D9CE97. Grayscale: #333333. Windows color (decimal): -14274200 or 6828326. OLE color: 6828326.
HSL color Cylindrical-coordinate representation of color #263168: hue angle of 230º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #263168 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 49 | 104 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.59 |
| HSL | 230º | 0.46% | 0.28% | - |
| HSV(B) | 230º | 0.63% | 0.41% | - |
| XYZ | 4.4 | 3.61 | 13.56 | - |
| YUV | 51.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 104 | 0.63 | 0.53 | 0 | 0.59 | 230 | 0.46 | 0.28 |
| Hex | 26 | 31 | 68 | 3F | 35 | 0 | 3B | E6 | 2E | 1C |
| Octal | 46 | 61 | 150 | 77 | 65 | 0 | 73 | 346 | 56 | 34 |
| Binary | 100110 | 110001 | 1101000 | 111111 | 110101 | 0 | 111011 | 11100110 | 101110 | 11100 |
Color Harmonies of #263168
Complementary color
Monochromatic Colors of #263168
Black with #263168
Text Example
Text Example
White with #263168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263168; }
p { color: rgb(38,49,104); }
H1.HeaderClassName
{
color: #263168;
}
.AnyTagClassName
{
color: #263168;
}
</style>
background-color css
<style>
a { background-color: #263168; }
a { background-color: rgb(38,49,104); }
div.DivClassName
{
background-color: #263168;
}
.BgClassName
{
background-color: #263168;
}
</style>
border-color css
<style>
span { border-color: #263168; }
span { border-color: rgb(38,49,104); }
td.TdClassName
{
border-color: #263168;
}
.TagClassName
{
border-color: #263168;
}
</style>