Shades of Allports #25646D
Tints of Allports #25646D
RGB
CMYK
RGB Variations
Color information
#25646D (or 0x25646D) is known color: Allports. HEX triplet: 25, 64 and 6D. RGB value is (37,100,109). Sum of RGB (Red+Green+Blue) = 37+100+109=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #25646D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25646D is #DA9B92. Grayscale: #525252. Windows color (decimal): -14326675 or 7169061. OLE color: 7169061.
HSL color Cylindrical-coordinate representation of color #25646D: hue angle of 187.5º degrees, saturation: 0.49, 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 #25646D is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 100 | 109 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.57 |
| HSL | 187.5º | 0.49% | 0.29% | - |
| HSV(B) | 187.5º | 0.66% | 0.43% | - |
| XYZ | 8.08 | 10.61 | 16.09 | - |
| YUV | 82.19 | 143.13 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 109 | 0.66 | 0.08 | 0 | 0.57 | 187.5 | 0.49 | 0.29 |
| Hex | 25 | 64 | 6D | 42 | 8 | 0 | 39 | BC | 31 | 1D |
| Octal | 45 | 144 | 155 | 102 | 10 | 0 | 71 | 274 | 61 | 35 |
| Binary | 100101 | 1100100 | 1101101 | 1000010 | 1000 | 0 | 111001 | 10111100 | 110001 | 11101 |
Color Harmonies of #25646D
Complementary color
Monochromatic Colors of #25646D
Black with #25646D
Text Example
Text Example
White with #25646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25646D; }
p { color: rgb(37,100,109); }
H1.HeaderClassName
{
color: #25646D;
}
.AnyTagClassName
{
color: #25646D;
}
</style>
background-color css
<style>
a { background-color: #25646D; }
a { background-color: rgb(37,100,109); }
div.DivClassName
{
background-color: #25646D;
}
.BgClassName
{
background-color: #25646D;
}
</style>
border-color css
<style>
span { border-color: #25646D; }
span { border-color: rgb(37,100,109); }
td.TdClassName
{
border-color: #25646D;
}
.TagClassName
{
border-color: #25646D;
}
</style>