#297485

Color #297485 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #297485

Tints of Allports #297485

Color information

#297485 (or 0x297485) is unknown color: approx Allports. HEX triplet: 29, 74 and 85. RGB value is (41,116,133). Sum of RGB (Red+Green+Blue) = 41+116+133=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #297485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297485 is #D68B7A. Grayscale: #5F5F5F. Windows color (decimal): -14060411 or 8746025. OLE color: 8746025.

HSL color Cylindrical-coordinate representation of color #297485: hue angle of 191.09º 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 #297485 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB41116133-
CMYK0.690.1300.48
HSL191.09º52.87%34.12%-
HSV(B)191.09º69.17%52.16%-
XYZ11.3914.6624.42-
YUV95.51149.1589.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 14.14%
GREEN value IS 116 (45.70% from 255) = 40%
BLUE value IS 133 (52.34% from 255) = 45.86%
R=14.14%
G=40%
B=45.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal411161330.690.1300.48191.0952.8734.12
Hex29748545D030bf3522
Octal51164205105150602776542
Binary10100111101001000010110001011101011000010111111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297485; }

 p { color: rgb(41,116,133); }

 H1.HeaderClassName
 {
   color: #297485;
 }
 .AnyTagClassName
 {
   color: #297485;
 }
</style>
background-color css

<style>
 a { background-color: #297485; }

 a { background-color: rgb(41,116,133); }

 div.DivClassName
 {
   background-color: #297485;
 }
 .BgClassName
 {
   background-color: #297485;
 }
</style>
border-color css

<style>
 span { border-color: #297485; }

 span { border-color: rgb(41,116,133); }

 td.TdClassName
 {
   border-color: #297485;
 }
 .TagClassName
 {
   border-color: #297485;
 }
</style>