Shades of Deep Koamaru #262B68
Tints of Deep Koamaru #262B68
RGB
CMYK
RGB Variations
Color information
#262B68 (or 0x262B68) is known color: Deep Koamaru. HEX triplet: 26, 2B and 68. RGB value is (38,43,104). Sum of RGB (Red+Green+Blue) = 38+43+104=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #262B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262B68 is #D9D497. Grayscale: #303030. Windows color (decimal): -14275736 or 6826790. OLE color: 6826790.
HSL color Cylindrical-coordinate representation of color #262B68: hue angle of 235.45º 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 #262B68 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 43 | 104 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.59 |
| HSL | 235.45º | 0.46% | 0.28% | - |
| HSV(B) | 235.45º | 0.63% | 0.41% | - |
| XYZ | 4.16 | 3.14 | 13.48 | - |
| YUV | 48.46 | 159.34 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 104 | 0.63 | 0.59 | 0 | 0.59 | 235.45 | 0.46 | 0.28 |
| Hex | 26 | 2B | 68 | 3F | 3B | 0 | 3B | EB | 2E | 1C |
| Octal | 46 | 53 | 150 | 77 | 73 | 0 | 73 | 353 | 56 | 34 |
| Binary | 100110 | 101011 | 1101000 | 111111 | 111011 | 0 | 111011 | 11101011 | 101110 | 11100 |
Color Harmonies of #262B68
Complementary color
Monochromatic Colors of #262B68
Black with #262B68
Text Example
Text Example
White with #262B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262B68; }
p { color: rgb(38,43,104); }
H1.HeaderClassName
{
color: #262B68;
}
.AnyTagClassName
{
color: #262B68;
}
</style>
background-color css
<style>
a { background-color: #262B68; }
a { background-color: rgb(38,43,104); }
div.DivClassName
{
background-color: #262B68;
}
.BgClassName
{
background-color: #262B68;
}
</style>
border-color css
<style>
span { border-color: #262B68; }
span { border-color: rgb(38,43,104); }
td.TdClassName
{
border-color: #262B68;
}
.TagClassName
{
border-color: #262B68;
}
</style>