Shades of Arapawa #254E63
Tints of Arapawa #254E63
RGB
CMYK
RGB Variations
Color information
#254E63 (or 0x254E63) is known color: Arapawa. HEX triplet: 25, 4E and 63. RGB value is (37,78,99). Sum of RGB (Red+Green+Blue) = 37+78+99=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #254E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254E63 is #DAB19C. Grayscale: #444444. Windows color (decimal): -14332317 or 6508069. OLE color: 6508069.
HSL color Cylindrical-coordinate representation of color #254E63: hue angle of 200.32º 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 #254E63 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 78 | 99 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.61 |
| HSL | 200.32º | 0.46% | 0.27% | - |
| HSV(B) | 200.32º | 0.63% | 0.39% | - |
| XYZ | 5.74 | 6.74 | 12.8 | - |
| YUV | 68.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 99 | 0.63 | 0.21 | 0 | 0.61 | 200.32 | 0.46 | 0.27 |
| Hex | 25 | 4E | 63 | 3F | 15 | 0 | 3D | C8 | 2E | 1B |
| Octal | 45 | 116 | 143 | 77 | 25 | 0 | 75 | 310 | 56 | 33 |
| Binary | 100101 | 1001110 | 1100011 | 111111 | 10101 | 0 | 111101 | 11001000 | 101110 | 11011 |
Color Harmonies of #254E63
Complementary color
Monochromatic Colors of #254E63
Black with #254E63
Text Example
Text Example
White with #254E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254E63; }
p { color: rgb(37,78,99); }
H1.HeaderClassName
{
color: #254E63;
}
.AnyTagClassName
{
color: #254E63;
}
</style>
background-color css
<style>
a { background-color: #254E63; }
a { background-color: rgb(37,78,99); }
div.DivClassName
{
background-color: #254E63;
}
.BgClassName
{
background-color: #254E63;
}
</style>
border-color css
<style>
span { border-color: #254E63; }
span { border-color: rgb(37,78,99); }
td.TdClassName
{
border-color: #254E63;
}
.TagClassName
{
border-color: #254E63;
}
</style>