Shades of Arapawa #25485F
Tints of Arapawa #25485F
RGB
CMYK
RGB Variations
Color information
#25485F (or 0x25485F) is known color: Arapawa. HEX triplet: 25, 48 and 5F. RGB value is (37,72,95). Sum of RGB (Red+Green+Blue) = 37+72+95=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #25485F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25485F is #DAB7A0. Grayscale: #404040. Windows color (decimal): -14333857 or 6244389. OLE color: 6244389.
HSL color Cylindrical-coordinate representation of color #25485F: hue angle of 203.79º 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 #25485F is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 37 | 72 | 95 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.63 |
| HSL | 203.79º | 0.44% | 0.26% | - |
| HSV(B) | 203.79º | 0.61% | 0.37% | - |
| XYZ | 5.15 | 5.85 | 11.69 | - |
| YUV | 64.16 | 145.4 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 95 | 0.61 | 0.24 | 0 | 0.63 | 203.79 | 0.44 | 0.26 |
| Hex | 25 | 48 | 5F | 3D | 18 | 0 | 3F | CC | 2C | 1A |
| Octal | 45 | 110 | 137 | 75 | 30 | 0 | 77 | 314 | 54 | 32 |
| Binary | 100101 | 1001000 | 1011111 | 111101 | 11000 | 0 | 111111 | 11001100 | 101100 | 11010 |
Color Harmonies of #25485F
Complementary color
Monochromatic Colors of #25485F
Black with #25485F
Text Example
Text Example
White with #25485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25485F; }
p { color: rgb(37,72,95); }
H1.HeaderClassName
{
color: #25485F;
}
.AnyTagClassName
{
color: #25485F;
}
</style>
background-color css
<style>
a { background-color: #25485F; }
a { background-color: rgb(37,72,95); }
div.DivClassName
{
background-color: #25485F;
}
.BgClassName
{
background-color: #25485F;
}
</style>
border-color css
<style>
span { border-color: #25485F; }
span { border-color: rgb(37,72,95); }
td.TdClassName
{
border-color: #25485F;
}
.TagClassName
{
border-color: #25485F;
}
</style>