Shades of Arapawa #254866
Tints of Arapawa #254866
RGB
CMYK
RGB Variations
Color information
#254866 (or 0x254866) is known color: Arapawa. HEX triplet: 25, 48 and 66. RGB value is (37,72,102). Sum of RGB (Red+Green+Blue) = 37+72+102=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #254866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254866 is #DAB799. Grayscale: #404040. Windows color (decimal): -14333850 or 6703141. OLE color: 6703141.
HSL color Cylindrical-coordinate representation of color #254866: hue angle of 207.69º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #254866 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 37 | 72 | 102 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.6 |
| HSL | 207.69º | 0.47% | 0.27% | - |
| HSV(B) | 207.69º | 0.64% | 0.4% | - |
| XYZ | 5.48 | 5.99 | 13.44 | - |
| YUV | 64.96 | 148.9 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 102 | 0.64 | 0.29 | 0 | 0.6 | 207.69 | 0.47 | 0.27 |
| Hex | 25 | 48 | 66 | 40 | 1D | 0 | 3C | D0 | 2F | 1B |
| Octal | 45 | 110 | 146 | 100 | 35 | 0 | 74 | 320 | 57 | 33 |
| Binary | 100101 | 1001000 | 1100110 | 1000000 | 11101 | 0 | 111100 | 11010000 | 101111 | 11011 |
Color Harmonies of #254866
Complementary color
Monochromatic Colors of #254866
Black with #254866
Text Example
Text Example
White with #254866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254866; }
p { color: rgb(37,72,102); }
H1.HeaderClassName
{
color: #254866;
}
.AnyTagClassName
{
color: #254866;
}
</style>
background-color css
<style>
a { background-color: #254866; }
a { background-color: rgb(37,72,102); }
div.DivClassName
{
background-color: #254866;
}
.BgClassName
{
background-color: #254866;
}
</style>
border-color css
<style>
span { border-color: #254866; }
span { border-color: rgb(37,72,102); }
td.TdClassName
{
border-color: #254866;
}
.TagClassName
{
border-color: #254866;
}
</style>