Shades of Arapawa #255060
Tints of Arapawa #255060
RGB
CMYK
RGB Variations
Color information
#255060 (or 0x255060) is known color: Arapawa. HEX triplet: 25, 50 and 60. RGB value is (37,80,96). Sum of RGB (Red+Green+Blue) = 37+80+96=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #255060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255060 is #DAAF9F. Grayscale: #444444. Windows color (decimal): -14331808 or 6311973. OLE color: 6311973.
HSL color Cylindrical-coordinate representation of color #255060: hue angle of 196.27º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #255060 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 80 | 96 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.62 |
| HSL | 196.27º | 0.44% | 0.26% | - |
| HSV(B) | 196.27º | 0.61% | 0.38% | - |
| XYZ | 5.74 | 6.98 | 12.11 | - |
| YUV | 68.97 | 143.25 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 96 | 0.61 | 0.17 | 0 | 0.62 | 196.27 | 0.44 | 0.26 |
| Hex | 25 | 50 | 60 | 3D | 11 | 0 | 3E | C4 | 2C | 1A |
| Octal | 45 | 120 | 140 | 75 | 21 | 0 | 76 | 304 | 54 | 32 |
| Binary | 100101 | 1010000 | 1100000 | 111101 | 10001 | 0 | 111110 | 11000100 | 101100 | 11010 |
Color Harmonies of #255060
Complementary color
Monochromatic Colors of #255060
Black with #255060
Text Example
Text Example
White with #255060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255060; }
p { color: rgb(37,80,96); }
H1.HeaderClassName
{
color: #255060;
}
.AnyTagClassName
{
color: #255060;
}
</style>
background-color css
<style>
a { background-color: #255060; }
a { background-color: rgb(37,80,96); }
div.DivClassName
{
background-color: #255060;
}
.BgClassName
{
background-color: #255060;
}
</style>
border-color css
<style>
span { border-color: #255060; }
span { border-color: rgb(37,80,96); }
td.TdClassName
{
border-color: #255060;
}
.TagClassName
{
border-color: #255060;
}
</style>