Shades of Arapawa #26495E
Tints of Arapawa #26495E
RGB
CMYK
RGB Variations
Color information
#26495E (or 0x26495E) is known color: Arapawa. HEX triplet: 26, 49 and 5E. RGB value is (38,73,94). Sum of RGB (Red+Green+Blue) = 38+73+94=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #26495E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26495E is #D9B6A1. Grayscale: #404040. Windows color (decimal): -14268066 or 6179110. OLE color: 6179110.
HSL color Cylindrical-coordinate representation of color #26495E: hue angle of 202.5º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #26495E is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 38 | 73 | 94 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.63 |
| HSL | 202.5º | 0.42% | 0.26% | - |
| HSV(B) | 202.5º | 0.6% | 0.37% | - |
| XYZ | 5.2 | 5.99 | 11.47 | - |
| YUV | 64.93 | 144.4 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 94 | 0.60 | 0.22 | 0 | 0.63 | 202.5 | 0.42 | 0.26 |
| Hex | 26 | 49 | 5E | 3C | 16 | 0 | 3F | CA | 2A | 1A |
| Octal | 46 | 111 | 136 | 74 | 26 | 0 | 77 | 312 | 52 | 32 |
| Binary | 100110 | 1001001 | 1011110 | 111100 | 10110 | 0 | 111111 | 11001010 | 101010 | 11010 |
Color Harmonies of #26495E
Complementary color
Monochromatic Colors of #26495E
Black with #26495E
Text Example
Text Example
White with #26495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26495E; }
p { color: rgb(38,73,94); }
H1.HeaderClassName
{
color: #26495E;
}
.AnyTagClassName
{
color: #26495E;
}
</style>
background-color css
<style>
a { background-color: #26495E; }
a { background-color: rgb(38,73,94); }
div.DivClassName
{
background-color: #26495E;
}
.BgClassName
{
background-color: #26495E;
}
</style>
border-color css
<style>
span { border-color: #26495E; }
span { border-color: rgb(38,73,94); }
td.TdClassName
{
border-color: #26495E;
}
.TagClassName
{
border-color: #26495E;
}
</style>