Shades of Allports #25686E
Tints of Allports #25686E
RGB
CMYK
RGB Variations
Color information
#25686E (or 0x25686E) is known color: Allports. HEX triplet: 25, 68 and 6E. RGB value is (37,104,110). Sum of RGB (Red+Green+Blue) = 37+104+110=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 110 - color contains mainly: blue. Hex color #25686E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25686E is #DA9791. Grayscale: #545454. Windows color (decimal): -14325650 or 7235621. OLE color: 7235621.
HSL color Cylindrical-coordinate representation of color #25686E: hue angle of 184.93º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25686E is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 104 | 110 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.57 |
| HSL | 184.93º | 0.5% | 0.29% | - |
| HSV(B) | 184.93º | 0.66% | 0.43% | - |
| XYZ | 8.53 | 11.42 | 16.51 | - |
| YUV | 84.65 | 142.3 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 110 | 0.66 | 0.05 | 0 | 0.57 | 184.93 | 0.5 | 0.29 |
| Hex | 25 | 68 | 6E | 42 | 5 | 0 | 39 | B9 | 32 | 1D |
| Octal | 45 | 150 | 156 | 102 | 5 | 0 | 71 | 271 | 62 | 35 |
| Binary | 100101 | 1101000 | 1101110 | 1000010 | 101 | 0 | 111001 | 10111001 | 110010 | 11101 |
Color Harmonies of #25686E
Complementary color
Monochromatic Colors of #25686E
Black with #25686E
Text Example
Text Example
White with #25686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25686E; }
p { color: rgb(37,104,110); }
H1.HeaderClassName
{
color: #25686E;
}
.AnyTagClassName
{
color: #25686E;
}
</style>
background-color css
<style>
a { background-color: #25686E; }
a { background-color: rgb(37,104,110); }
div.DivClassName
{
background-color: #25686E;
}
.BgClassName
{
background-color: #25686E;
}
</style>
border-color css
<style>
span { border-color: #25686E; }
span { border-color: rgb(37,104,110); }
td.TdClassName
{
border-color: #25686E;
}
.TagClassName
{
border-color: #25686E;
}
</style>