Shades of Arapawa #254D63
Tints of Arapawa #254D63
RGB
CMYK
RGB Variations
Color information
#254D63 (or 0x254D63) is known color: Arapawa. HEX triplet: 25, 4D and 63. RGB value is (37,77,99). Sum of RGB (Red+Green+Blue) = 37+77+99=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #254D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D63 is #DAB29C. Grayscale: #434343. Windows color (decimal): -14332573 or 6507813. OLE color: 6507813.
HSL color Cylindrical-coordinate representation of color #254D63: hue angle of 201.29º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #254D63 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 77 | 99 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.61 |
| HSL | 201.29º | 0.46% | 0.27% | - |
| HSV(B) | 201.29º | 0.63% | 0.39% | - |
| XYZ | 5.67 | 6.6 | 12.78 | - |
| YUV | 67.55 | 145.75 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 99 | 0.63 | 0.22 | 0 | 0.61 | 201.29 | 0.46 | 0.27 |
| Hex | 25 | 4D | 63 | 3F | 16 | 0 | 3D | C9 | 2E | 1B |
| Octal | 45 | 115 | 143 | 77 | 26 | 0 | 75 | 311 | 56 | 33 |
| Binary | 100101 | 1001101 | 1100011 | 111111 | 10110 | 0 | 111101 | 11001001 | 101110 | 11011 |
Color Harmonies of #254D63
Complementary color
Monochromatic Colors of #254D63
Black with #254D63
Text Example
Text Example
White with #254D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254D63; }
p { color: rgb(37,77,99); }
H1.HeaderClassName
{
color: #254D63;
}
.AnyTagClassName
{
color: #254D63;
}
</style>
background-color css
<style>
a { background-color: #254D63; }
a { background-color: rgb(37,77,99); }
div.DivClassName
{
background-color: #254D63;
}
.BgClassName
{
background-color: #254D63;
}
</style>
border-color css
<style>
span { border-color: #254D63; }
span { border-color: rgb(37,77,99); }
td.TdClassName
{
border-color: #254D63;
}
.TagClassName
{
border-color: #254D63;
}
</style>