Shades of Allports #25657C
Tints of Allports #25657C
RGB
CMYK
RGB Variations
Color information
#25657C (or 0x25657C) is known color: Allports. HEX triplet: 25, 65 and 7C. RGB value is (37,101,124). Sum of RGB (Red+Green+Blue) = 37+101+124=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #25657C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25657C is #DA9A83. Grayscale: #545454. Windows color (decimal): -14326404 or 8152357. OLE color: 8152357.
HSL color Cylindrical-coordinate representation of color #25657C: hue angle of 195.86º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25657C is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 101 | 124 | - |
| CMYK | 0.70 | 0.19 | 0 | 0.51 |
| HSL | 195.86º | 0.54% | 0.32% | - |
| HSV(B) | 195.86º | 0.7% | 0.49% | - |
| XYZ | 9.05 | 11.16 | 20.74 | - |
| YUV | 84.49 | 150.3 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 124 | 0.70 | 0.19 | 0 | 0.51 | 195.86 | 0.54 | 0.32 |
| Hex | 25 | 65 | 7C | 46 | 13 | 0 | 33 | C4 | 36 | 20 |
| Octal | 45 | 145 | 174 | 106 | 23 | 0 | 63 | 304 | 66 | 40 |
| Binary | 100101 | 1100101 | 1111100 | 1000110 | 10011 | 0 | 110011 | 11000100 | 110110 | 100000 |
Color Harmonies of #25657C
Complementary color
Monochromatic Colors of #25657C
Black with #25657C
Text Example
Text Example
White with #25657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25657C; }
p { color: rgb(37,101,124); }
H1.HeaderClassName
{
color: #25657C;
}
.AnyTagClassName
{
color: #25657C;
}
</style>
background-color css
<style>
a { background-color: #25657C; }
a { background-color: rgb(37,101,124); }
div.DivClassName
{
background-color: #25657C;
}
.BgClassName
{
background-color: #25657C;
}
</style>
border-color css
<style>
span { border-color: #25657C; }
span { border-color: rgb(37,101,124); }
td.TdClassName
{
border-color: #25657C;
}
.TagClassName
{
border-color: #25657C;
}
</style>