Shades of Arapawa #26495C
Tints of Arapawa #26495C
RGB
CMYK
RGB Variations
Color information
#26495C (or 0x26495C) is known color: Arapawa. HEX triplet: 26, 49 and 5C. RGB value is (38,73,92). Sum of RGB (Red+Green+Blue) = 38+73+92=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #26495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26495C is #D9B6A3. Grayscale: #404040. Windows color (decimal): -14268068 or 6048038. OLE color: 6048038.
HSL color Cylindrical-coordinate representation of color #26495C: hue angle of 201.11º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26495C is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 73 | 92 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.64 |
| HSL | 201.11º | 0.42% | 0.25% | - |
| HSV(B) | 201.11º | 0.59% | 0.36% | - |
| XYZ | 5.11 | 5.95 | 11 | - |
| YUV | 64.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 73 | 92 | 0.59 | 0.21 | 0 | 0.64 | 201.11 | 0.42 | 0.25 |
| Hex | 26 | 49 | 5C | 3B | 15 | 0 | 40 | C9 | 2A | 19 |
| Octal | 46 | 111 | 134 | 73 | 25 | 0 | 100 | 311 | 52 | 31 |
| Binary | 100110 | 1001001 | 1011100 | 111011 | 10101 | 0 | 1000000 | 11001001 | 101010 | 11001 |
Color Harmonies of #26495C
Complementary color
Monochromatic Colors of #26495C
Black with #26495C
Text Example
Text Example
White with #26495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26495C; }
p { color: rgb(38,73,92); }
H1.HeaderClassName
{
color: #26495C;
}
.AnyTagClassName
{
color: #26495C;
}
</style>
background-color css
<style>
a { background-color: #26495C; }
a { background-color: rgb(38,73,92); }
div.DivClassName
{
background-color: #26495C;
}
.BgClassName
{
background-color: #26495C;
}
</style>
border-color css
<style>
span { border-color: #26495C; }
span { border-color: rgb(38,73,92); }
td.TdClassName
{
border-color: #26495C;
}
.TagClassName
{
border-color: #26495C;
}
</style>