Shades of Deep Koamaru #262F71
Tints of Deep Koamaru #262F71
RGB
CMYK
RGB Variations
Color information
#262F71 (or 0x262F71) is known color: Deep Koamaru. HEX triplet: 26, 2F and 71. RGB value is (38,47,113). Sum of RGB (Red+Green+Blue) = 38+47+113=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #262F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262F71 is #D9D08E. Grayscale: #333333. Windows color (decimal): -14274703 or 7417638. OLE color: 7417638.
HSL color Cylindrical-coordinate representation of color #262F71: hue angle of 232.8º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #262F71 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 47 | 113 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.56 |
| HSL | 232.8º | 0.5% | 0.3% | - |
| HSV(B) | 232.8º | 0.66% | 0.44% | - |
| XYZ | 4.8 | 3.64 | 16.07 | - |
| YUV | 51.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 113 | 0.66 | 0.58 | 0 | 0.56 | 232.8 | 0.5 | 0.3 |
| Hex | 26 | 2F | 71 | 42 | 3A | 0 | 38 | E9 | 32 | 1E |
| Octal | 46 | 57 | 161 | 102 | 72 | 0 | 70 | 351 | 62 | 36 |
| Binary | 100110 | 101111 | 1110001 | 1000010 | 111010 | 0 | 111000 | 11101001 | 110010 | 11110 |
Color Harmonies of #262F71
Complementary color
Monochromatic Colors of #262F71
Black with #262F71
Text Example
Text Example
White with #262F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262F71; }
p { color: rgb(38,47,113); }
H1.HeaderClassName
{
color: #262F71;
}
.AnyTagClassName
{
color: #262F71;
}
</style>
background-color css
<style>
a { background-color: #262F71; }
a { background-color: rgb(38,47,113); }
div.DivClassName
{
background-color: #262F71;
}
.BgClassName
{
background-color: #262F71;
}
</style>
border-color css
<style>
span { border-color: #262F71; }
span { border-color: rgb(38,47,113); }
td.TdClassName
{
border-color: #262F71;
}
.TagClassName
{
border-color: #262F71;
}
</style>