Shades of Arapawa #255160
Tints of Arapawa #255160
RGB
CMYK
RGB Variations
Color information
#255160 (or 0x255160) is known color: Arapawa. HEX triplet: 25, 51 and 60. RGB value is (37,81,96). Sum of RGB (Red+Green+Blue) = 37+81+96=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 81 (32.03% from 255 or 37.85% 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 #255160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255160 is #DAAE9F. Grayscale: #454545. Windows color (decimal): -14331552 or 6312229. OLE color: 6312229.
HSL color Cylindrical-coordinate representation of color #255160: hue angle of 195.25º 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 #255160 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 81 | 96 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.62 |
| HSL | 195.25º | 0.44% | 0.26% | - |
| HSV(B) | 195.25º | 0.61% | 0.38% | - |
| XYZ | 5.82 | 7.12 | 12.13 | - |
| YUV | 69.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 96 | 0.61 | 0.16 | 0 | 0.62 | 195.25 | 0.44 | 0.26 |
| Hex | 25 | 51 | 60 | 3D | 10 | 0 | 3E | C3 | 2C | 1A |
| Octal | 45 | 121 | 140 | 75 | 20 | 0 | 76 | 303 | 54 | 32 |
| Binary | 100101 | 1010001 | 1100000 | 111101 | 10000 | 0 | 111110 | 11000011 | 101100 | 11010 |
Color Harmonies of #255160
Complementary color
Monochromatic Colors of #255160
Black with #255160
Text Example
Text Example
White with #255160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255160; }
p { color: rgb(37,81,96); }
H1.HeaderClassName
{
color: #255160;
}
.AnyTagClassName
{
color: #255160;
}
</style>
background-color css
<style>
a { background-color: #255160; }
a { background-color: rgb(37,81,96); }
div.DivClassName
{
background-color: #255160;
}
.BgClassName
{
background-color: #255160;
}
</style>
border-color css
<style>
span { border-color: #255160; }
span { border-color: rgb(37,81,96); }
td.TdClassName
{
border-color: #255160;
}
.TagClassName
{
border-color: #255160;
}
</style>