Shades of Deep Koamaru #262C74
Tints of Deep Koamaru #262C74
RGB
CMYK
RGB Variations
Color information
#262C74 (or 0x262C74) is known color: Deep Koamaru. HEX triplet: 26, 2C and 74. RGB value is (38,44,116). Sum of RGB (Red+Green+Blue) = 38+44+116=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 116 (45.70% from 255 or 58.59% from 198); Max value from RGB is 116 - color contains mainly: blue. Hex color #262C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262C74 is #D9D38B. Grayscale: #323232. Windows color (decimal): -14275468 or 7613478. OLE color: 7613478.
HSL color Cylindrical-coordinate representation of color #262C74: hue angle of 235.38º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #262C74 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 44 | 116 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.55 |
| HSL | 235.38º | 0.51% | 0.3% | - |
| HSV(B) | 235.38º | 0.67% | 0.45% | - |
| XYZ | 4.85 | 3.47 | 16.94 | - |
| YUV | 50.41 | 165.01 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 116 | 0.67 | 0.62 | 0 | 0.55 | 235.38 | 0.51 | 0.3 |
| Hex | 26 | 2C | 74 | 43 | 3E | 0 | 37 | EB | 33 | 1E |
| Octal | 46 | 54 | 164 | 103 | 76 | 0 | 67 | 353 | 63 | 36 |
| Binary | 100110 | 101100 | 1110100 | 1000011 | 111110 | 0 | 110111 | 11101011 | 110011 | 11110 |
Color Harmonies of #262C74
Complementary color
Monochromatic Colors of #262C74
Black with #262C74
Text Example
Text Example
White with #262C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C74; }
p { color: rgb(38,44,116); }
H1.HeaderClassName
{
color: #262C74;
}
.AnyTagClassName
{
color: #262C74;
}
</style>
background-color css
<style>
a { background-color: #262C74; }
a { background-color: rgb(38,44,116); }
div.DivClassName
{
background-color: #262C74;
}
.BgClassName
{
background-color: #262C74;
}
</style>
border-color css
<style>
span { border-color: #262C74; }
span { border-color: rgb(38,44,116); }
td.TdClassName
{
border-color: #262C74;
}
.TagClassName
{
border-color: #262C74;
}
</style>