Shades of Arapawa #25465C
Tints of Arapawa #25465C
RGB
CMYK
RGB Variations
Color information
#25465C (or 0x25465C) is known color: Arapawa. HEX triplet: 25, 46 and 5C. RGB value is (37,70,92). Sum of RGB (Red+Green+Blue) = 37+70+92=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #25465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25465C is #DAB9A3. Grayscale: #3E3E3E. Windows color (decimal): -14334372 or 6047269. OLE color: 6047269.
HSL color Cylindrical-coordinate representation of color #25465C: hue angle of 204º 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 #25465C is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 70 | 92 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.64 |
| HSL | 204º | 0.43% | 0.25% | - |
| HSV(B) | 204º | 0.6% | 0.36% | - |
| XYZ | 4.88 | 5.55 | 10.94 | - |
| YUV | 62.64 | 144.57 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 92 | 0.60 | 0.24 | 0 | 0.64 | 204 | 0.43 | 0.25 |
| Hex | 25 | 46 | 5C | 3C | 18 | 0 | 40 | CC | 2B | 19 |
| Octal | 45 | 106 | 134 | 74 | 30 | 0 | 100 | 314 | 53 | 31 |
| Binary | 100101 | 1000110 | 1011100 | 111100 | 11000 | 0 | 1000000 | 11001100 | 101011 | 11001 |
Color Harmonies of #25465C
Complementary color
Monochromatic Colors of #25465C
Black with #25465C
Text Example
Text Example
White with #25465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25465C; }
p { color: rgb(37,70,92); }
H1.HeaderClassName
{
color: #25465C;
}
.AnyTagClassName
{
color: #25465C;
}
</style>
background-color css
<style>
a { background-color: #25465C; }
a { background-color: rgb(37,70,92); }
div.DivClassName
{
background-color: #25465C;
}
.BgClassName
{
background-color: #25465C;
}
</style>
border-color css
<style>
span { border-color: #25465C; }
span { border-color: rgb(37,70,92); }
td.TdClassName
{
border-color: #25465C;
}
.TagClassName
{
border-color: #25465C;
}
</style>