Shades of Allports #25667C
Tints of Allports #25667C
RGB
CMYK
RGB Variations
Color information
#25667C (or 0x25667C) is known color: Allports. HEX triplet: 25, 66 and 7C. RGB value is (37,102,124). Sum of RGB (Red+Green+Blue) = 37+102+124=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #25667C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25667C is #DA9983. Grayscale: #545454. Windows color (decimal): -14326148 or 8152613. OLE color: 8152613.
HSL color Cylindrical-coordinate representation of color #25667C: hue angle of 195.17º 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 #25667C is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 102 | 124 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.51 |
| HSL | 195.17º | 0.54% | 0.32% | - |
| HSV(B) | 195.17º | 0.7% | 0.49% | - |
| XYZ | 9.15 | 11.35 | 20.78 | - |
| YUV | 85.07 | 149.97 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 102 | 124 | 0.70 | 0.18 | 0 | 0.51 | 195.17 | 0.54 | 0.32 |
| Hex | 25 | 66 | 7C | 46 | 12 | 0 | 33 | C3 | 36 | 20 |
| Octal | 45 | 146 | 174 | 106 | 22 | 0 | 63 | 303 | 66 | 40 |
| Binary | 100101 | 1100110 | 1111100 | 1000110 | 10010 | 0 | 110011 | 11000011 | 110110 | 100000 |
Color Harmonies of #25667C
Complementary color
Monochromatic Colors of #25667C
Black with #25667C
Text Example
Text Example
White with #25667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25667C; }
p { color: rgb(37,102,124); }
H1.HeaderClassName
{
color: #25667C;
}
.AnyTagClassName
{
color: #25667C;
}
</style>
background-color css
<style>
a { background-color: #25667C; }
a { background-color: rgb(37,102,124); }
div.DivClassName
{
background-color: #25667C;
}
.BgClassName
{
background-color: #25667C;
}
</style>
border-color css
<style>
span { border-color: #25667C; }
span { border-color: rgb(37,102,124); }
td.TdClassName
{
border-color: #25667C;
}
.TagClassName
{
border-color: #25667C;
}
</style>