Shades of Deep Koamaru #262864
Tints of Deep Koamaru #262864
RGB
CMYK
RGB Variations
Color information
#262864 (or 0x262864) is known color: Deep Koamaru. HEX triplet: 26, 28 and 64. RGB value is (38,40,100). Sum of RGB (Red+Green+Blue) = 38+40+100=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 100 (39.45% from 255 or 56.18% from 178); Max value from RGB is 100 - color contains mainly: blue. Hex color #262864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262864 is #D9D79B. Grayscale: #2E2E2E. Windows color (decimal): -14276508 or 6563878. OLE color: 6563878.
HSL color Cylindrical-coordinate representation of color #262864: hue angle of 238.06º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #262864 is Cyan = 0.62, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 40 | 100 | - |
| CMYK | 0.62 | 0.6 | 0 | 0.61 |
| HSL | 238.06º | 0.45% | 0.27% | - |
| HSV(B) | 238.06º | 0.62% | 0.39% | - |
| XYZ | 3.86 | 2.85 | 12.4 | - |
| YUV | 46.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 100 | 0.62 | 0.6 | 0 | 0.61 | 238.06 | 0.45 | 0.27 |
| Hex | 26 | 28 | 64 | 3E | 3C | 0 | 3D | EE | 2D | 1B |
| Octal | 46 | 50 | 144 | 76 | 74 | 0 | 75 | 356 | 55 | 33 |
| Binary | 100110 | 101000 | 1100100 | 111110 | 111100 | 0 | 111101 | 11101110 | 101101 | 11011 |
Color Harmonies of #262864
Complementary color
Monochromatic Colors of #262864
Black with #262864
Text Example
Text Example
White with #262864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262864; }
p { color: rgb(38,40,100); }
H1.HeaderClassName
{
color: #262864;
}
.AnyTagClassName
{
color: #262864;
}
</style>
background-color css
<style>
a { background-color: #262864; }
a { background-color: rgb(38,40,100); }
div.DivClassName
{
background-color: #262864;
}
.BgClassName
{
background-color: #262864;
}
</style>
border-color css
<style>
span { border-color: #262864; }
span { border-color: rgb(38,40,100); }
td.TdClassName
{
border-color: #262864;
}
.TagClassName
{
border-color: #262864;
}
</style>