Shades of Arapawa #25486C
Tints of Arapawa #25486C
RGB
CMYK
RGB Variations
Color information
#25486C (or 0x25486C) is known color: Arapawa. HEX triplet: 25, 48 and 6C. RGB value is (37,72,108). Sum of RGB (Red+Green+Blue) = 37+72+108=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #25486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25486C is #DAB793. Grayscale: #414141. Windows color (decimal): -14333844 or 7096357. OLE color: 7096357.
HSL color Cylindrical-coordinate representation of color #25486C: hue angle of 210.42º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25486C is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 72 | 108 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.58 |
| HSL | 210.42º | 0.49% | 0.28% | - |
| HSV(B) | 210.42º | 0.66% | 0.42% | - |
| XYZ | 5.79 | 6.11 | 15.06 | - |
| YUV | 65.64 | 151.9 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 108 | 0.66 | 0.33 | 0 | 0.58 | 210.42 | 0.49 | 0.28 |
| Hex | 25 | 48 | 6C | 42 | 21 | 0 | 3A | D2 | 31 | 1C |
| Octal | 45 | 110 | 154 | 102 | 41 | 0 | 72 | 322 | 61 | 34 |
| Binary | 100101 | 1001000 | 1101100 | 1000010 | 100001 | 0 | 111010 | 11010010 | 110001 | 11100 |
Color Harmonies of #25486C
Complementary color
Monochromatic Colors of #25486C
Black with #25486C
Text Example
Text Example
White with #25486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25486C; }
p { color: rgb(37,72,108); }
H1.HeaderClassName
{
color: #25486C;
}
.AnyTagClassName
{
color: #25486C;
}
</style>
background-color css
<style>
a { background-color: #25486C; }
a { background-color: rgb(37,72,108); }
div.DivClassName
{
background-color: #25486C;
}
.BgClassName
{
background-color: #25486C;
}
</style>
border-color css
<style>
span { border-color: #25486C; }
span { border-color: rgb(37,72,108); }
td.TdClassName
{
border-color: #25486C;
}
.TagClassName
{
border-color: #25486C;
}
</style>