Shades of Arapawa #26515F
Tints of Arapawa #26515F
RGB
CMYK
RGB Variations
Color information
#26515F (or 0x26515F) is known color: Arapawa. HEX triplet: 26, 51 and 5F. RGB value is (38,81,95). Sum of RGB (Red+Green+Blue) = 38+81+95=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 95 - color contains mainly: blue. Hex color #26515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26515F is #D9AEA0. Grayscale: #454545. Windows color (decimal): -14266017 or 6246694. OLE color: 6246694.
HSL color Cylindrical-coordinate representation of color #26515F: hue angle of 194.74º degrees, saturation: 0.43, 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 #26515F is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 38 | 81 | 95 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.63 |
| HSL | 194.74º | 0.43% | 0.26% | - |
| HSV(B) | 194.74º | 0.6% | 0.37% | - |
| XYZ | 5.81 | 7.12 | 11.9 | - |
| YUV | 69.74 | 142.25 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 95 | 0.60 | 0.15 | 0 | 0.63 | 194.74 | 0.43 | 0.26 |
| Hex | 26 | 51 | 5F | 3C | F | 0 | 3F | C3 | 2B | 1A |
| Octal | 46 | 121 | 137 | 74 | 17 | 0 | 77 | 303 | 53 | 32 |
| Binary | 100110 | 1010001 | 1011111 | 111100 | 1111 | 0 | 111111 | 11000011 | 101011 | 11010 |
Color Harmonies of #26515F
Complementary color
Monochromatic Colors of #26515F
Black with #26515F
Text Example
Text Example
White with #26515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26515F; }
p { color: rgb(38,81,95); }
H1.HeaderClassName
{
color: #26515F;
}
.AnyTagClassName
{
color: #26515F;
}
</style>
background-color css
<style>
a { background-color: #26515F; }
a { background-color: rgb(38,81,95); }
div.DivClassName
{
background-color: #26515F;
}
.BgClassName
{
background-color: #26515F;
}
</style>
border-color css
<style>
span { border-color: #26515F; }
span { border-color: rgb(38,81,95); }
td.TdClassName
{
border-color: #26515F;
}
.TagClassName
{
border-color: #26515F;
}
</style>