Shades of Deep Koamaru #262B66
Tints of Deep Koamaru #262B66
RGB
CMYK
RGB Variations
Color information
#262B66 (or 0x262B66) is known color: Deep Koamaru. HEX triplet: 26, 2B and 66. RGB value is (38,43,102). Sum of RGB (Red+Green+Blue) = 38+43+102=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #262B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262B66 is #D9D499. Grayscale: #2F2F2F. Windows color (decimal): -14275738 or 6695718. OLE color: 6695718.
HSL color Cylindrical-coordinate representation of color #262B66: hue angle of 235.31º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #262B66 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 38 | 43 | 102 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.6 |
| HSL | 235.31º | 0.46% | 0.27% | - |
| HSV(B) | 235.31º | 0.63% | 0.4% | - |
| XYZ | 4.06 | 3.1 | 12.95 | - |
| YUV | 48.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 102 | 0.63 | 0.58 | 0 | 0.6 | 235.31 | 0.46 | 0.27 |
| Hex | 26 | 2B | 66 | 3F | 3A | 0 | 3C | EB | 2E | 1B |
| Octal | 46 | 53 | 146 | 77 | 72 | 0 | 74 | 353 | 56 | 33 |
| Binary | 100110 | 101011 | 1100110 | 111111 | 111010 | 0 | 111100 | 11101011 | 101110 | 11011 |
Color Harmonies of #262B66
Complementary color
Monochromatic Colors of #262B66
Black with #262B66
Text Example
Text Example
White with #262B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262B66; }
p { color: rgb(38,43,102); }
H1.HeaderClassName
{
color: #262B66;
}
.AnyTagClassName
{
color: #262B66;
}
</style>
background-color css
<style>
a { background-color: #262B66; }
a { background-color: rgb(38,43,102); }
div.DivClassName
{
background-color: #262B66;
}
.BgClassName
{
background-color: #262B66;
}
</style>
border-color css
<style>
span { border-color: #262B66; }
span { border-color: rgb(38,43,102); }
td.TdClassName
{
border-color: #262B66;
}
.TagClassName
{
border-color: #262B66;
}
</style>