Shades of Arapawa #254D5C
Tints of Arapawa #254D5C
RGB
CMYK
RGB Variations
Color information
#254D5C (or 0x254D5C) is known color: Arapawa. HEX triplet: 25, 4D and 5C. RGB value is (37,77,92). Sum of RGB (Red+Green+Blue) = 37+77+92=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #254D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D5C is #DAB2A3. Grayscale: #424242. Windows color (decimal): -14332580 or 6049061. OLE color: 6049061.
HSL color Cylindrical-coordinate representation of color #254D5C: hue angle of 196.36º 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 #254D5C is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 77 | 92 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.64 |
| HSL | 196.36º | 0.43% | 0.25% | - |
| HSV(B) | 196.36º | 0.6% | 0.36% | - |
| XYZ | 5.35 | 6.47 | 11.09 | - |
| YUV | 66.75 | 142.25 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 92 | 0.60 | 0.16 | 0 | 0.64 | 196.36 | 0.43 | 0.25 |
| Hex | 25 | 4D | 5C | 3C | 10 | 0 | 40 | C4 | 2B | 19 |
| Octal | 45 | 115 | 134 | 74 | 20 | 0 | 100 | 304 | 53 | 31 |
| Binary | 100101 | 1001101 | 1011100 | 111100 | 10000 | 0 | 1000000 | 11000100 | 101011 | 11001 |
Color Harmonies of #254D5C
Complementary color
Monochromatic Colors of #254D5C
Black with #254D5C
Text Example
Text Example
White with #254D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254D5C; }
p { color: rgb(37,77,92); }
H1.HeaderClassName
{
color: #254D5C;
}
.AnyTagClassName
{
color: #254D5C;
}
</style>
background-color css
<style>
a { background-color: #254D5C; }
a { background-color: rgb(37,77,92); }
div.DivClassName
{
background-color: #254D5C;
}
.BgClassName
{
background-color: #254D5C;
}
</style>
border-color css
<style>
span { border-color: #254D5C; }
span { border-color: rgb(37,77,92); }
td.TdClassName
{
border-color: #254D5C;
}
.TagClassName
{
border-color: #254D5C;
}
</style>