Shades of Arapawa #26495D
Tints of Arapawa #26495D
RGB
CMYK
RGB Variations
Color information
#26495D (or 0x26495D) is known color: Arapawa. HEX triplet: 26, 49 and 5D. RGB value is (38,73,93). Sum of RGB (Red+Green+Blue) = 38+73+93=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #26495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26495D is #D9B6A2. Grayscale: #404040. Windows color (decimal): -14268067 or 6113574. OLE color: 6113574.
HSL color Cylindrical-coordinate representation of color #26495D: hue angle of 201.82º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26495D is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 73 | 93 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.64 |
| HSL | 201.82º | 0.42% | 0.26% | - |
| HSV(B) | 201.82º | 0.59% | 0.36% | - |
| XYZ | 5.16 | 5.97 | 11.24 | - |
| YUV | 64.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 93 | 0.59 | 0.22 | 0 | 0.64 | 201.82 | 0.42 | 0.26 |
| Hex | 26 | 49 | 5D | 3B | 16 | 0 | 40 | CA | 2A | 1A |
| Octal | 46 | 111 | 135 | 73 | 26 | 0 | 100 | 312 | 52 | 32 |
| Binary | 100110 | 1001001 | 1011101 | 111011 | 10110 | 0 | 1000000 | 11001010 | 101010 | 11010 |
Color Harmonies of #26495D
Complementary color
Monochromatic Colors of #26495D
Black with #26495D
Text Example
Text Example
White with #26495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26495D; }
p { color: rgb(38,73,93); }
H1.HeaderClassName
{
color: #26495D;
}
.AnyTagClassName
{
color: #26495D;
}
</style>
background-color css
<style>
a { background-color: #26495D; }
a { background-color: rgb(38,73,93); }
div.DivClassName
{
background-color: #26495D;
}
.BgClassName
{
background-color: #26495D;
}
</style>
border-color css
<style>
span { border-color: #26495D; }
span { border-color: rgb(38,73,93); }
td.TdClassName
{
border-color: #26495D;
}
.TagClassName
{
border-color: #26495D;
}
</style>