Shades of Deep Koamaru #262A74
Tints of Deep Koamaru #262A74
RGB
CMYK
RGB Variations
Color information
#262A74 (or 0x262A74) is known color: Deep Koamaru. HEX triplet: 26, 2A and 74. RGB value is (38,42,116). Sum of RGB (Red+Green+Blue) = 38+42+116=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #262A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262A74 is #D9D58B. Grayscale: #303030. Windows color (decimal): -14275980 or 7612966. OLE color: 7612966.
HSL color Cylindrical-coordinate representation of color #262A74: hue angle of 236.92º 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 #262A74 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 42 | 116 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.55 |
| HSL | 236.92º | 0.51% | 0.3% | - |
| HSV(B) | 236.92º | 0.67% | 0.45% | - |
| XYZ | 4.78 | 3.33 | 16.91 | - |
| YUV | 49.24 | 165.67 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 116 | 0.67 | 0.64 | 0 | 0.55 | 236.92 | 0.51 | 0.3 |
| Hex | 26 | 2A | 74 | 43 | 40 | 0 | 37 | ED | 33 | 1E |
| Octal | 46 | 52 | 164 | 103 | 100 | 0 | 67 | 355 | 63 | 36 |
| Binary | 100110 | 101010 | 1110100 | 1000011 | 1000000 | 0 | 110111 | 11101101 | 110011 | 11110 |
Color Harmonies of #262A74
Complementary color
Monochromatic Colors of #262A74
Black with #262A74
Text Example
Text Example
White with #262A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A74; }
p { color: rgb(38,42,116); }
H1.HeaderClassName
{
color: #262A74;
}
.AnyTagClassName
{
color: #262A74;
}
</style>
background-color css
<style>
a { background-color: #262A74; }
a { background-color: rgb(38,42,116); }
div.DivClassName
{
background-color: #262A74;
}
.BgClassName
{
background-color: #262A74;
}
</style>
border-color css
<style>
span { border-color: #262A74; }
span { border-color: rgb(38,42,116); }
td.TdClassName
{
border-color: #262A74;
}
.TagClassName
{
border-color: #262A74;
}
</style>