Shades of Deep Koamaru #262763
Tints of Deep Koamaru #262763
RGB
CMYK
RGB Variations
Color information
#262763 (or 0x262763) is known color: Deep Koamaru. HEX triplet: 26, 27 and 63. RGB value is (38,39,99). Sum of RGB (Red+Green+Blue) = 38+39+99=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 99 (39.06% from 255 or 56.25% from 176); Max value from RGB is 99 - color contains mainly: blue. Hex color #262763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262763 is #D9D89C. Grayscale: #2D2D2D. Windows color (decimal): -14276765 or 6498086. OLE color: 6498086.
HSL color Cylindrical-coordinate representation of color #262763: hue angle of 239.02º 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 #262763 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 39 | 99 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.61 |
| HSL | 239.02º | 0.45% | 0.27% | - |
| HSV(B) | 239.02º | 0.62% | 0.39% | - |
| XYZ | 3.78 | 2.76 | 12.14 | - |
| YUV | 45.54 | 158.17 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 39 | 99 | 0.62 | 0.61 | 0 | 0.61 | 239.02 | 0.45 | 0.27 |
| Hex | 26 | 27 | 63 | 3E | 3D | 0 | 3D | EF | 2D | 1B |
| Octal | 46 | 47 | 143 | 76 | 75 | 0 | 75 | 357 | 55 | 33 |
| Binary | 100110 | 100111 | 1100011 | 111110 | 111101 | 0 | 111101 | 11101111 | 101101 | 11011 |
Color Harmonies of #262763
Complementary color
Monochromatic Colors of #262763
Black with #262763
Text Example
Text Example
White with #262763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262763; }
p { color: rgb(38,39,99); }
H1.HeaderClassName
{
color: #262763;
}
.AnyTagClassName
{
color: #262763;
}
</style>
background-color css
<style>
a { background-color: #262763; }
a { background-color: rgb(38,39,99); }
div.DivClassName
{
background-color: #262763;
}
.BgClassName
{
background-color: #262763;
}
</style>
border-color css
<style>
span { border-color: #262763; }
span { border-color: rgb(38,39,99); }
td.TdClassName
{
border-color: #262763;
}
.TagClassName
{
border-color: #262763;
}
</style>