Shades of Allports #297085
Tints of Allports #297085
RGB
CMYK
RGB Variations
Color information
#297085 (or 0x297085) is known color: Allports. HEX triplet: 29, 70 and 85. RGB value is (41,112,133). Sum of RGB (Red+Green+Blue) = 41+112+133=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #297085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297085 is #D68F7A. Grayscale: #5D5D5D. Windows color (decimal): -14061435 or 8745001. OLE color: 8745001.
HSL color Cylindrical-coordinate representation of color #297085: hue angle of 193.7º 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 #297085 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 112 | 133 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.48 |
| HSL | 193.7º | 0.53% | 0.34% | - |
| HSV(B) | 193.7º | 0.69% | 0.52% | - |
| XYZ | 10.94 | 13.75 | 24.27 | - |
| YUV | 93.17 | 150.48 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 112 | 133 | 0.69 | 0.16 | 0 | 0.48 | 193.7 | 0.53 | 0.34 |
| Hex | 29 | 70 | 85 | 45 | 10 | 0 | 30 | C2 | 35 | 22 |
| Octal | 51 | 160 | 205 | 105 | 20 | 0 | 60 | 302 | 65 | 42 |
| Binary | 101001 | 1110000 | 10000101 | 1000101 | 10000 | 0 | 110000 | 11000010 | 110101 | 100010 |
Color Harmonies of #297085
Complementary color
Monochromatic Colors of #297085
Black with #297085
Text Example
Text Example
White with #297085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297085; }
p { color: rgb(41,112,133); }
H1.HeaderClassName
{
color: #297085;
}
.AnyTagClassName
{
color: #297085;
}
</style>
background-color css
<style>
a { background-color: #297085; }
a { background-color: rgb(41,112,133); }
div.DivClassName
{
background-color: #297085;
}
.BgClassName
{
background-color: #297085;
}
</style>
border-color css
<style>
span { border-color: #297085; }
span { border-color: rgb(41,112,133); }
td.TdClassName
{
border-color: #297085;
}
.TagClassName
{
border-color: #297085;
}
</style>