Shades of Deep Koamaru #262861
Tints of Deep Koamaru #262861
RGB
CMYK
RGB Variations
Color information
#262861 (or 0x262861) is known color: Deep Koamaru. HEX triplet: 26, 28 and 61. RGB value is (38,40,97). Sum of RGB (Red+Green+Blue) = 38+40+97=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #262861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262861 is #D9D79E. Grayscale: #2D2D2D. Windows color (decimal): -14276511 or 6367270. OLE color: 6367270.
HSL color Cylindrical-coordinate representation of color #262861: hue angle of 237.97º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #262861 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 40 | 97 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.62 |
| HSL | 237.97º | 0.44% | 0.26% | - |
| HSV(B) | 237.97º | 0.61% | 0.38% | - |
| XYZ | 3.72 | 2.79 | 11.65 | - |
| YUV | 45.9 | 156.84 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 97 | 0.61 | 0.59 | 0 | 0.62 | 237.97 | 0.44 | 0.26 |
| Hex | 26 | 28 | 61 | 3D | 3B | 0 | 3E | EE | 2C | 1A |
| Octal | 46 | 50 | 141 | 75 | 73 | 0 | 76 | 356 | 54 | 32 |
| Binary | 100110 | 101000 | 1100001 | 111101 | 111011 | 0 | 111110 | 11101110 | 101100 | 11010 |
Color Harmonies of #262861
Complementary color
Monochromatic Colors of #262861
Black with #262861
Text Example
Text Example
White with #262861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262861; }
p { color: rgb(38,40,97); }
H1.HeaderClassName
{
color: #262861;
}
.AnyTagClassName
{
color: #262861;
}
</style>
background-color css
<style>
a { background-color: #262861; }
a { background-color: rgb(38,40,97); }
div.DivClassName
{
background-color: #262861;
}
.BgClassName
{
background-color: #262861;
}
</style>
border-color css
<style>
span { border-color: #262861; }
span { border-color: rgb(38,40,97); }
td.TdClassName
{
border-color: #262861;
}
.TagClassName
{
border-color: #262861;
}
</style>