Shades of Arapawa #254663
Tints of Arapawa #254663
RGB
CMYK
RGB Variations
Color information
#254663 (or 0x254663) is known color: Arapawa. HEX triplet: 25, 46 and 63. RGB value is (37,70,99). Sum of RGB (Red+Green+Blue) = 37+70+99=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #254663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254663 is #DAB99C. Grayscale: #3F3F3F. Windows color (decimal): -14334365 or 6506021. OLE color: 6506021.
HSL color Cylindrical-coordinate representation of color #254663: hue angle of 208.06º 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 #254663 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 37 | 70 | 99 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.61 |
| HSL | 208.06º | 0.46% | 0.27% | - |
| HSV(B) | 208.06º | 0.63% | 0.39% | - |
| XYZ | 5.21 | 5.67 | 12.63 | - |
| YUV | 63.44 | 148.07 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 99 | 0.63 | 0.29 | 0 | 0.61 | 208.06 | 0.46 | 0.27 |
| Hex | 25 | 46 | 63 | 3F | 1D | 0 | 3D | D0 | 2E | 1B |
| Octal | 45 | 106 | 143 | 77 | 35 | 0 | 75 | 320 | 56 | 33 |
| Binary | 100101 | 1000110 | 1100011 | 111111 | 11101 | 0 | 111101 | 11010000 | 101110 | 11011 |
Color Harmonies of #254663
Complementary color
Monochromatic Colors of #254663
Black with #254663
Text Example
Text Example
White with #254663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254663; }
p { color: rgb(37,70,99); }
H1.HeaderClassName
{
color: #254663;
}
.AnyTagClassName
{
color: #254663;
}
</style>
background-color css
<style>
a { background-color: #254663; }
a { background-color: rgb(37,70,99); }
div.DivClassName
{
background-color: #254663;
}
.BgClassName
{
background-color: #254663;
}
</style>
border-color css
<style>
span { border-color: #254663; }
span { border-color: rgb(37,70,99); }
td.TdClassName
{
border-color: #254663;
}
.TagClassName
{
border-color: #254663;
}
</style>