Shades of Deep Koamaru #262E69
Tints of Deep Koamaru #262E69
RGB
CMYK
RGB Variations
Color information
#262E69 (or 0x262E69) is known color: Deep Koamaru. HEX triplet: 26, 2E and 69. RGB value is (38,46,105). Sum of RGB (Red+Green+Blue) = 38+46+105=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #262E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262E69 is #D9D196. Grayscale: #323232. Windows color (decimal): -14274967 or 6893094. OLE color: 6893094.
HSL color Cylindrical-coordinate representation of color #262E69: hue angle of 232.84º 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 #262E69 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 46 | 105 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.59 |
| HSL | 232.84º | 0.47% | 0.28% | - |
| HSV(B) | 232.84º | 0.64% | 0.41% | - |
| XYZ | 4.33 | 3.39 | 13.79 | - |
| YUV | 50.33 | 158.85 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 105 | 0.64 | 0.56 | 0 | 0.59 | 232.84 | 0.47 | 0.28 |
| Hex | 26 | 2E | 69 | 40 | 38 | 0 | 3B | E9 | 2F | 1C |
| Octal | 46 | 56 | 151 | 100 | 70 | 0 | 73 | 351 | 57 | 34 |
| Binary | 100110 | 101110 | 1101001 | 1000000 | 111000 | 0 | 111011 | 11101001 | 101111 | 11100 |
Color Harmonies of #262E69
Complementary color
Monochromatic Colors of #262E69
Black with #262E69
Text Example
Text Example
White with #262E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E69; }
p { color: rgb(38,46,105); }
H1.HeaderClassName
{
color: #262E69;
}
.AnyTagClassName
{
color: #262E69;
}
</style>
background-color css
<style>
a { background-color: #262E69; }
a { background-color: rgb(38,46,105); }
div.DivClassName
{
background-color: #262E69;
}
.BgClassName
{
background-color: #262E69;
}
</style>
border-color css
<style>
span { border-color: #262E69; }
span { border-color: rgb(38,46,105); }
td.TdClassName
{
border-color: #262E69;
}
.TagClassName
{
border-color: #262E69;
}
</style>