Shades of Deep Koamaru #262971
Tints of Deep Koamaru #262971
RGB
CMYK
RGB Variations
Color information
#262971 (or 0x262971) is known color: Deep Koamaru. HEX triplet: 26, 29 and 71. RGB value is (38,41,113). Sum of RGB (Red+Green+Blue) = 38+41+113=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #262971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262971 is #D9D68E. Grayscale: #303030. Windows color (decimal): -14276239 or 7416102. OLE color: 7416102.
HSL color Cylindrical-coordinate representation of color #262971: hue angle of 237.6º 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 #262971 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 41 | 113 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.56 |
| HSL | 237.6º | 0.5% | 0.3% | - |
| HSV(B) | 237.6º | 0.66% | 0.44% | - |
| XYZ | 4.57 | 3.19 | 16 | - |
| YUV | 48.31 | 164.51 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 41 | 113 | 0.66 | 0.64 | 0 | 0.56 | 237.6 | 0.5 | 0.3 |
| Hex | 26 | 29 | 71 | 42 | 40 | 0 | 38 | EE | 32 | 1E |
| Octal | 46 | 51 | 161 | 102 | 100 | 0 | 70 | 356 | 62 | 36 |
| Binary | 100110 | 101001 | 1110001 | 1000010 | 1000000 | 0 | 111000 | 11101110 | 110010 | 11110 |
Color Harmonies of #262971
Complementary color
Monochromatic Colors of #262971
Black with #262971
Text Example
Text Example
White with #262971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262971; }
p { color: rgb(38,41,113); }
H1.HeaderClassName
{
color: #262971;
}
.AnyTagClassName
{
color: #262971;
}
</style>
background-color css
<style>
a { background-color: #262971; }
a { background-color: rgb(38,41,113); }
div.DivClassName
{
background-color: #262971;
}
.BgClassName
{
background-color: #262971;
}
</style>
border-color css
<style>
span { border-color: #262971; }
span { border-color: rgb(38,41,113); }
td.TdClassName
{
border-color: #262971;
}
.TagClassName
{
border-color: #262971;
}
</style>