Shades of Arapawa #26505D
Tints of Arapawa #26505D
RGB
CMYK
RGB Variations
Color information
#26505D (or 0x26505D) is known color: Arapawa. HEX triplet: 26, 50 and 5D. RGB value is (38,80,93). Sum of RGB (Red+Green+Blue) = 38+80+93=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #26505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26505D is #D9AFA2. Grayscale: #444444. Windows color (decimal): -14266275 or 6115366. OLE color: 6115366.
HSL color Cylindrical-coordinate representation of color #26505D: hue angle of 194.18º 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 #26505D is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 80 | 93 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.64 |
| HSL | 194.18º | 0.42% | 0.26% | - |
| HSV(B) | 194.18º | 0.59% | 0.36% | - |
| XYZ | 5.64 | 6.94 | 11.4 | - |
| YUV | 68.92 | 141.59 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 80 | 93 | 0.59 | 0.14 | 0 | 0.64 | 194.18 | 0.42 | 0.26 |
| Hex | 26 | 50 | 5D | 3B | E | 0 | 40 | C2 | 2A | 1A |
| Octal | 46 | 120 | 135 | 73 | 16 | 0 | 100 | 302 | 52 | 32 |
| Binary | 100110 | 1010000 | 1011101 | 111011 | 1110 | 0 | 1000000 | 11000010 | 101010 | 11010 |
Color Harmonies of #26505D
Complementary color
Monochromatic Colors of #26505D
Black with #26505D
Text Example
Text Example
White with #26505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26505D; }
p { color: rgb(38,80,93); }
H1.HeaderClassName
{
color: #26505D;
}
.AnyTagClassName
{
color: #26505D;
}
</style>
background-color css
<style>
a { background-color: #26505D; }
a { background-color: rgb(38,80,93); }
div.DivClassName
{
background-color: #26505D;
}
.BgClassName
{
background-color: #26505D;
}
</style>
border-color css
<style>
span { border-color: #26505D; }
span { border-color: rgb(38,80,93); }
td.TdClassName
{
border-color: #26505D;
}
.TagClassName
{
border-color: #26505D;
}
</style>