Shades of Arapawa #254A5C
Tints of Arapawa #254A5C
RGB
CMYK
RGB Variations
Color information
#254A5C (or 0x254A5C) is known color: Arapawa. HEX triplet: 25, 4A and 5C. RGB value is (37,74,92). Sum of RGB (Red+Green+Blue) = 37+74+92=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #254A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254A5C is #DAB5A3. Grayscale: #404040. Windows color (decimal): -14333348 or 6048293. OLE color: 6048293.
HSL color Cylindrical-coordinate representation of color #254A5C: hue angle of 199.64º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #254A5C is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 74 | 92 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.64 |
| HSL | 199.64º | 0.43% | 0.25% | - |
| HSV(B) | 199.64º | 0.6% | 0.36% | - |
| XYZ | 5.14 | 6.06 | 11.02 | - |
| YUV | 64.99 | 143.24 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 92 | 0.60 | 0.20 | 0 | 0.64 | 199.64 | 0.43 | 0.25 |
| Hex | 25 | 4A | 5C | 3C | 14 | 0 | 40 | C8 | 2B | 19 |
| Octal | 45 | 112 | 134 | 74 | 24 | 0 | 100 | 310 | 53 | 31 |
| Binary | 100101 | 1001010 | 1011100 | 111100 | 10100 | 0 | 1000000 | 11001000 | 101011 | 11001 |
Color Harmonies of #254A5C
Complementary color
Monochromatic Colors of #254A5C
Black with #254A5C
Text Example
Text Example
White with #254A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254A5C; }
p { color: rgb(37,74,92); }
H1.HeaderClassName
{
color: #254A5C;
}
.AnyTagClassName
{
color: #254A5C;
}
</style>
background-color css
<style>
a { background-color: #254A5C; }
a { background-color: rgb(37,74,92); }
div.DivClassName
{
background-color: #254A5C;
}
.BgClassName
{
background-color: #254A5C;
}
</style>
border-color css
<style>
span { border-color: #254A5C; }
span { border-color: rgb(37,74,92); }
td.TdClassName
{
border-color: #254A5C;
}
.TagClassName
{
border-color: #254A5C;
}
</style>