Shades of Allports #25656C
Tints of Allports #25656C
RGB
CMYK
RGB Variations
Color information
#25656C (or 0x25656C) is known color: Allports. HEX triplet: 25, 65 and 6C. RGB value is (37,101,108). Sum of RGB (Red+Green+Blue) = 37+101+108=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #25656C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25656C is #DA9A93. Grayscale: #525252. Windows color (decimal): -14326420 or 7103781. OLE color: 7103781.
HSL color Cylindrical-coordinate representation of color #25656C: hue angle of 185.92º 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 #25656C is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 101 | 108 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.58 |
| HSL | 185.92º | 0.49% | 0.28% | - |
| HSV(B) | 185.92º | 0.66% | 0.42% | - |
| XYZ | 8.12 | 10.78 | 15.84 | - |
| YUV | 82.66 | 142.3 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 108 | 0.66 | 0.06 | 0 | 0.58 | 185.92 | 0.49 | 0.28 |
| Hex | 25 | 65 | 6C | 42 | 6 | 0 | 3A | BA | 31 | 1C |
| Octal | 45 | 145 | 154 | 102 | 6 | 0 | 72 | 272 | 61 | 34 |
| Binary | 100101 | 1100101 | 1101100 | 1000010 | 110 | 0 | 111010 | 10111010 | 110001 | 11100 |
Color Harmonies of #25656C
Complementary color
Monochromatic Colors of #25656C
Black with #25656C
Text Example
Text Example
White with #25656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25656C; }
p { color: rgb(37,101,108); }
H1.HeaderClassName
{
color: #25656C;
}
.AnyTagClassName
{
color: #25656C;
}
</style>
background-color css
<style>
a { background-color: #25656C; }
a { background-color: rgb(37,101,108); }
div.DivClassName
{
background-color: #25656C;
}
.BgClassName
{
background-color: #25656C;
}
</style>
border-color css
<style>
span { border-color: #25656C; }
span { border-color: rgb(37,101,108); }
td.TdClassName
{
border-color: #25656C;
}
.TagClassName
{
border-color: #25656C;
}
</style>