Shades of Allports #297185
Tints of Allports #297185
RGB
CMYK
RGB Variations
Color information
#297185 (or 0x297185) is known color: Allports. HEX triplet: 29, 71 and 85. RGB value is (41,113,133). Sum of RGB (Red+Green+Blue) = 41+113+133=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #297185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297185 is #D68E7A. Grayscale: #5D5D5D. Windows color (decimal): -14061179 or 8745257. OLE color: 8745257.
HSL color Cylindrical-coordinate representation of color #297185: hue angle of 193.04º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #297185 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 113 | 133 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.48 |
| HSL | 193.04º | 0.53% | 0.34% | - |
| HSV(B) | 193.04º | 0.69% | 0.52% | - |
| XYZ | 11.05 | 13.98 | 24.31 | - |
| YUV | 93.75 | 150.15 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 113 | 133 | 0.69 | 0.15 | 0 | 0.48 | 193.04 | 0.53 | 0.34 |
| Hex | 29 | 71 | 85 | 45 | F | 0 | 30 | C1 | 35 | 22 |
| Octal | 51 | 161 | 205 | 105 | 17 | 0 | 60 | 301 | 65 | 42 |
| Binary | 101001 | 1110001 | 10000101 | 1000101 | 1111 | 0 | 110000 | 11000001 | 110101 | 100010 |
Color Harmonies of #297185
Complementary color
Monochromatic Colors of #297185
Black with #297185
Text Example
Text Example
White with #297185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297185; }
p { color: rgb(41,113,133); }
H1.HeaderClassName
{
color: #297185;
}
.AnyTagClassName
{
color: #297185;
}
</style>
background-color css
<style>
a { background-color: #297185; }
a { background-color: rgb(41,113,133); }
div.DivClassName
{
background-color: #297185;
}
.BgClassName
{
background-color: #297185;
}
</style>
border-color css
<style>
span { border-color: #297185; }
span { border-color: rgb(41,113,133); }
td.TdClassName
{
border-color: #297185;
}
.TagClassName
{
border-color: #297185;
}
</style>