Shades of Deep Koamaru #262E68
Tints of Deep Koamaru #262E68
RGB
CMYK
RGB Variations
Color information
#262E68 (or 0x262E68) is known color: Deep Koamaru. HEX triplet: 26, 2E and 68. RGB value is (38,46,104). Sum of RGB (Red+Green+Blue) = 38+46+104=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #262E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262E68 is #D9D197. Grayscale: #313131. Windows color (decimal): -14274968 or 6827558. OLE color: 6827558.
HSL color Cylindrical-coordinate representation of color #262E68: hue angle of 232.73º 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 #262E68 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 46 | 104 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.59 |
| HSL | 232.73º | 0.46% | 0.28% | - |
| HSV(B) | 232.73º | 0.63% | 0.41% | - |
| XYZ | 4.28 | 3.37 | 13.52 | - |
| YUV | 50.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 104 | 0.63 | 0.56 | 0 | 0.59 | 232.73 | 0.46 | 0.28 |
| Hex | 26 | 2E | 68 | 3F | 38 | 0 | 3B | E9 | 2E | 1C |
| Octal | 46 | 56 | 150 | 77 | 70 | 0 | 73 | 351 | 56 | 34 |
| Binary | 100110 | 101110 | 1101000 | 111111 | 111000 | 0 | 111011 | 11101001 | 101110 | 11100 |
Color Harmonies of #262E68
Complementary color
Monochromatic Colors of #262E68
Black with #262E68
Text Example
Text Example
White with #262E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E68; }
p { color: rgb(38,46,104); }
H1.HeaderClassName
{
color: #262E68;
}
.AnyTagClassName
{
color: #262E68;
}
</style>
background-color css
<style>
a { background-color: #262E68; }
a { background-color: rgb(38,46,104); }
div.DivClassName
{
background-color: #262E68;
}
.BgClassName
{
background-color: #262E68;
}
</style>
border-color css
<style>
span { border-color: #262E68; }
span { border-color: rgb(38,46,104); }
td.TdClassName
{
border-color: #262E68;
}
.TagClassName
{
border-color: #262E68;
}
</style>