Shades of Arapawa #254F60
Tints of Arapawa #254F60
RGB
CMYK
RGB Variations
Color information
#254F60 (or 0x254F60) is known color: Arapawa. HEX triplet: 25, 4F and 60. RGB value is (37,79,96). Sum of RGB (Red+Green+Blue) = 37+79+96=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #254F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F60 is #DAB09F. Grayscale: #444444. Windows color (decimal): -14332064 or 6311717. OLE color: 6311717.
HSL color Cylindrical-coordinate representation of color #254F60: hue angle of 197.29º 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 #254F60 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 79 | 96 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.62 |
| HSL | 197.29º | 0.44% | 0.26% | - |
| HSV(B) | 197.29º | 0.61% | 0.38% | - |
| XYZ | 5.67 | 6.83 | 12.09 | - |
| YUV | 68.38 | 143.59 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 96 | 0.61 | 0.18 | 0 | 0.62 | 197.29 | 0.44 | 0.26 |
| Hex | 25 | 4F | 60 | 3D | 12 | 0 | 3E | C5 | 2C | 1A |
| Octal | 45 | 117 | 140 | 75 | 22 | 0 | 76 | 305 | 54 | 32 |
| Binary | 100101 | 1001111 | 1100000 | 111101 | 10010 | 0 | 111110 | 11000101 | 101100 | 11010 |
Color Harmonies of #254F60
Complementary color
Monochromatic Colors of #254F60
Black with #254F60
Text Example
Text Example
White with #254F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254F60; }
p { color: rgb(37,79,96); }
H1.HeaderClassName
{
color: #254F60;
}
.AnyTagClassName
{
color: #254F60;
}
</style>
background-color css
<style>
a { background-color: #254F60; }
a { background-color: rgb(37,79,96); }
div.DivClassName
{
background-color: #254F60;
}
.BgClassName
{
background-color: #254F60;
}
</style>
border-color css
<style>
span { border-color: #254F60; }
span { border-color: rgb(37,79,96); }
td.TdClassName
{
border-color: #254F60;
}
.TagClassName
{
border-color: #254F60;
}
</style>