Shades of Arapawa #254A5E
Tints of Arapawa #254A5E
RGB
CMYK
RGB Variations
Color information
#254A5E (or 0x254A5E) is known color: Arapawa. HEX triplet: 25, 4A and 5E. RGB value is (37,74,94). Sum of RGB (Red+Green+Blue) = 37+74+94=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #254A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A5E is #DAB5A1. Grayscale: #414141. Windows color (decimal): -14333346 or 6179365. OLE color: 6179365.
HSL color Cylindrical-coordinate representation of color #254A5E: hue angle of 201.05º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #254A5E is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 74 | 94 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.63 |
| HSL | 201.05º | 0.44% | 0.26% | - |
| HSV(B) | 201.05º | 0.61% | 0.37% | - |
| XYZ | 5.23 | 6.1 | 11.49 | - |
| YUV | 65.22 | 144.24 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 94 | 0.61 | 0.21 | 0 | 0.63 | 201.05 | 0.44 | 0.26 |
| Hex | 25 | 4A | 5E | 3D | 15 | 0 | 3F | C9 | 2C | 1A |
| Octal | 45 | 112 | 136 | 75 | 25 | 0 | 77 | 311 | 54 | 32 |
| Binary | 100101 | 1001010 | 1011110 | 111101 | 10101 | 0 | 111111 | 11001001 | 101100 | 11010 |
Color Harmonies of #254A5E
Complementary color
Monochromatic Colors of #254A5E
Black with #254A5E
Text Example
Text Example
White with #254A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254A5E; }
p { color: rgb(37,74,94); }
H1.HeaderClassName
{
color: #254A5E;
}
.AnyTagClassName
{
color: #254A5E;
}
</style>
background-color css
<style>
a { background-color: #254A5E; }
a { background-color: rgb(37,74,94); }
div.DivClassName
{
background-color: #254A5E;
}
.BgClassName
{
background-color: #254A5E;
}
</style>
border-color css
<style>
span { border-color: #254A5E; }
span { border-color: rgb(37,74,94); }
td.TdClassName
{
border-color: #254A5E;
}
.TagClassName
{
border-color: #254A5E;
}
</style>