Shades of Allports #25696E
Tints of Allports #25696E
RGB
CMYK
RGB Variations
Color information
#25696E (or 0x25696E) is known color: Allports. HEX triplet: 25, 69 and 6E. RGB value is (37,105,110). Sum of RGB (Red+Green+Blue) = 37+105+110=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #25696E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25696E is #DA9691. Grayscale: #555555. Windows color (decimal): -14325394 or 7235877. OLE color: 7235877.
HSL color Cylindrical-coordinate representation of color #25696E: hue angle of 184.11º 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 #25696E is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 105 | 110 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.57 |
| HSL | 184.11º | 0.5% | 0.29% | - |
| HSV(B) | 184.11º | 0.66% | 0.43% | - |
| XYZ | 8.63 | 11.62 | 16.54 | - |
| YUV | 85.24 | 141.97 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 110 | 0.66 | 0.05 | 0 | 0.57 | 184.11 | 0.5 | 0.29 |
| Hex | 25 | 69 | 6E | 42 | 5 | 0 | 39 | B8 | 32 | 1D |
| Octal | 45 | 151 | 156 | 102 | 5 | 0 | 71 | 270 | 62 | 35 |
| Binary | 100101 | 1101001 | 1101110 | 1000010 | 101 | 0 | 111001 | 10111000 | 110010 | 11101 |
Color Harmonies of #25696E
Complementary color
Monochromatic Colors of #25696E
Black with #25696E
Text Example
Text Example
White with #25696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25696E; }
p { color: rgb(37,105,110); }
H1.HeaderClassName
{
color: #25696E;
}
.AnyTagClassName
{
color: #25696E;
}
</style>
background-color css
<style>
a { background-color: #25696E; }
a { background-color: rgb(37,105,110); }
div.DivClassName
{
background-color: #25696E;
}
.BgClassName
{
background-color: #25696E;
}
</style>
border-color css
<style>
span { border-color: #25696E; }
span { border-color: rgb(37,105,110); }
td.TdClassName
{
border-color: #25696E;
}
.TagClassName
{
border-color: #25696E;
}
</style>