Shades of Deep Koamaru #262C6C
Tints of Deep Koamaru #262C6C
RGB
CMYK
RGB Variations
Color information
#262C6C (or 0x262C6C) is known color: Deep Koamaru. HEX triplet: 26, 2C and 6C. RGB value is (38,44,108). Sum of RGB (Red+Green+Blue) = 38+44+108=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #262C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262C6C is #D9D393. Grayscale: #313131. Windows color (decimal): -14275476 or 7089190. OLE color: 7089190.
HSL color Cylindrical-coordinate representation of color #262C6C: hue angle of 234.86º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #262C6C is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 44 | 108 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.58 |
| HSL | 234.86º | 0.48% | 0.29% | - |
| HSV(B) | 234.86º | 0.65% | 0.42% | - |
| XYZ | 4.41 | 3.3 | 14.59 | - |
| YUV | 49.5 | 161.01 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 108 | 0.65 | 0.59 | 0 | 0.58 | 234.86 | 0.48 | 0.29 |
| Hex | 26 | 2C | 6C | 41 | 3B | 0 | 3A | EB | 30 | 1D |
| Octal | 46 | 54 | 154 | 101 | 73 | 0 | 72 | 353 | 60 | 35 |
| Binary | 100110 | 101100 | 1101100 | 1000001 | 111011 | 0 | 111010 | 11101011 | 110000 | 11101 |
Color Harmonies of #262C6C
Complementary color
Monochromatic Colors of #262C6C
Black with #262C6C
Text Example
Text Example
White with #262C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C6C; }
p { color: rgb(38,44,108); }
H1.HeaderClassName
{
color: #262C6C;
}
.AnyTagClassName
{
color: #262C6C;
}
</style>
background-color css
<style>
a { background-color: #262C6C; }
a { background-color: rgb(38,44,108); }
div.DivClassName
{
background-color: #262C6C;
}
.BgClassName
{
background-color: #262C6C;
}
</style>
border-color css
<style>
span { border-color: #262C6C; }
span { border-color: rgb(38,44,108); }
td.TdClassName
{
border-color: #262C6C;
}
.TagClassName
{
border-color: #262C6C;
}
</style>