Shades of Deep Koamaru #263169
Tints of Deep Koamaru #263169
RGB
CMYK
RGB Variations
Color information
#263169 (or 0x263169) is known color: Deep Koamaru. HEX triplet: 26, 31 and 69. RGB value is (38,49,105). Sum of RGB (Red+Green+Blue) = 38+49+105=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #263169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263169 is #D9CE96. Grayscale: #333333. Windows color (decimal): -14274199 or 6893862. OLE color: 6893862.
HSL color Cylindrical-coordinate representation of color #263169: hue angle of 230.15º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #263169 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 49 | 105 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.59 |
| HSL | 230.15º | 0.47% | 0.28% | - |
| HSV(B) | 230.15º | 0.64% | 0.41% | - |
| XYZ | 4.45 | 3.63 | 13.83 | - |
| YUV | 52.1 | 157.86 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 105 | 0.64 | 0.53 | 0 | 0.59 | 230.15 | 0.47 | 0.28 |
| Hex | 26 | 31 | 69 | 40 | 35 | 0 | 3B | E6 | 2F | 1C |
| Octal | 46 | 61 | 151 | 100 | 65 | 0 | 73 | 346 | 57 | 34 |
| Binary | 100110 | 110001 | 1101001 | 1000000 | 110101 | 0 | 111011 | 11100110 | 101111 | 11100 |
Color Harmonies of #263169
Complementary color
Monochromatic Colors of #263169
Black with #263169
Text Example
Text Example
White with #263169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263169; }
p { color: rgb(38,49,105); }
H1.HeaderClassName
{
color: #263169;
}
.AnyTagClassName
{
color: #263169;
}
</style>
background-color css
<style>
a { background-color: #263169; }
a { background-color: rgb(38,49,105); }
div.DivClassName
{
background-color: #263169;
}
.BgClassName
{
background-color: #263169;
}
</style>
border-color css
<style>
span { border-color: #263169; }
span { border-color: rgb(38,49,105); }
td.TdClassName
{
border-color: #263169;
}
.TagClassName
{
border-color: #263169;
}
</style>