Shades of Arapawa #254D60
Tints of Arapawa #254D60
RGB
CMYK
RGB Variations
Color information
#254D60 (or 0x254D60) is known color: Arapawa. HEX triplet: 25, 4D and 60. RGB value is (37,77,96). Sum of RGB (Red+Green+Blue) = 37+77+96=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #254D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D60 is #DAB29F. Grayscale: #434343. Windows color (decimal): -14332576 or 6311205. OLE color: 6311205.
HSL color Cylindrical-coordinate representation of color #254D60: hue angle of 199.32º 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 #254D60 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 77 | 96 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.62 |
| HSL | 199.32º | 0.44% | 0.26% | - |
| HSV(B) | 199.32º | 0.61% | 0.38% | - |
| XYZ | 5.53 | 6.55 | 12.04 | - |
| YUV | 67.21 | 144.25 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 96 | 0.61 | 0.20 | 0 | 0.62 | 199.32 | 0.44 | 0.26 |
| Hex | 25 | 4D | 60 | 3D | 14 | 0 | 3E | C7 | 2C | 1A |
| Octal | 45 | 115 | 140 | 75 | 24 | 0 | 76 | 307 | 54 | 32 |
| Binary | 100101 | 1001101 | 1100000 | 111101 | 10100 | 0 | 111110 | 11000111 | 101100 | 11010 |
Color Harmonies of #254D60
Complementary color
Monochromatic Colors of #254D60
Black with #254D60
Text Example
Text Example
White with #254D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254D60; }
p { color: rgb(37,77,96); }
H1.HeaderClassName
{
color: #254D60;
}
.AnyTagClassName
{
color: #254D60;
}
</style>
background-color css
<style>
a { background-color: #254D60; }
a { background-color: rgb(37,77,96); }
div.DivClassName
{
background-color: #254D60;
}
.BgClassName
{
background-color: #254D60;
}
</style>
border-color css
<style>
span { border-color: #254D60; }
span { border-color: rgb(37,77,96); }
td.TdClassName
{
border-color: #254D60;
}
.TagClassName
{
border-color: #254D60;
}
</style>