Shades of Deep Koamaru #262969
Tints of Deep Koamaru #262969
RGB
CMYK
RGB Variations
Color information
#262969 (or 0x262969) is known color: Deep Koamaru. HEX triplet: 26, 29 and 69. RGB value is (38,41,105). Sum of RGB (Red+Green+Blue) = 38+41+105=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #262969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262969 is #D9D696. Grayscale: #2F2F2F. Windows color (decimal): -14276247 or 6891814. OLE color: 6891814.
HSL color Cylindrical-coordinate representation of color #262969: hue angle of 237.31º 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 #262969 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 41 | 105 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.59 |
| HSL | 237.31º | 0.47% | 0.28% | - |
| HSV(B) | 237.31º | 0.64% | 0.41% | - |
| XYZ | 4.14 | 3.02 | 13.73 | - |
| YUV | 47.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 41 | 105 | 0.64 | 0.61 | 0 | 0.59 | 237.31 | 0.47 | 0.28 |
| Hex | 26 | 29 | 69 | 40 | 3D | 0 | 3B | ED | 2F | 1C |
| Octal | 46 | 51 | 151 | 100 | 75 | 0 | 73 | 355 | 57 | 34 |
| Binary | 100110 | 101001 | 1101001 | 1000000 | 111101 | 0 | 111011 | 11101101 | 101111 | 11100 |
Color Harmonies of #262969
Complementary color
Monochromatic Colors of #262969
Black with #262969
Text Example
Text Example
White with #262969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262969; }
p { color: rgb(38,41,105); }
H1.HeaderClassName
{
color: #262969;
}
.AnyTagClassName
{
color: #262969;
}
</style>
background-color css
<style>
a { background-color: #262969; }
a { background-color: rgb(38,41,105); }
div.DivClassName
{
background-color: #262969;
}
.BgClassName
{
background-color: #262969;
}
</style>
border-color css
<style>
span { border-color: #262969; }
span { border-color: rgb(38,41,105); }
td.TdClassName
{
border-color: #262969;
}
.TagClassName
{
border-color: #262969;
}
</style>