Shades of Arapawa #265060
Tints of Arapawa #265060
RGB
CMYK
RGB Variations
Color information
#265060 (or 0x265060) is known color: Arapawa. HEX triplet: 26, 50 and 60. RGB value is (38,80,96). Sum of RGB (Red+Green+Blue) = 38+80+96=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #265060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265060 is #D9AF9F. Grayscale: #454545. Windows color (decimal): -14266272 or 6311974. OLE color: 6311974.
HSL color Cylindrical-coordinate representation of color #265060: hue angle of 196.55º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #265060 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 80 | 96 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.62 |
| HSL | 196.55º | 0.43% | 0.26% | - |
| HSV(B) | 196.55º | 0.6% | 0.38% | - |
| XYZ | 5.78 | 6.99 | 12.11 | - |
| YUV | 69.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 80 | 96 | 0.60 | 0.17 | 0 | 0.62 | 196.55 | 0.43 | 0.26 |
| Hex | 26 | 50 | 60 | 3C | 11 | 0 | 3E | C5 | 2B | 1A |
| Octal | 46 | 120 | 140 | 74 | 21 | 0 | 76 | 305 | 53 | 32 |
| Binary | 100110 | 1010000 | 1100000 | 111100 | 10001 | 0 | 111110 | 11000101 | 101011 | 11010 |
Color Harmonies of #265060
Complementary color
Monochromatic Colors of #265060
Black with #265060
Text Example
Text Example
White with #265060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265060; }
p { color: rgb(38,80,96); }
H1.HeaderClassName
{
color: #265060;
}
.AnyTagClassName
{
color: #265060;
}
</style>
background-color css
<style>
a { background-color: #265060; }
a { background-color: rgb(38,80,96); }
div.DivClassName
{
background-color: #265060;
}
.BgClassName
{
background-color: #265060;
}
</style>
border-color css
<style>
span { border-color: #265060; }
span { border-color: rgb(38,80,96); }
td.TdClassName
{
border-color: #265060;
}
.TagClassName
{
border-color: #265060;
}
</style>