#297F91

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

Shades of Scooter #297F91

Tints of Scooter #297F91

Color information

#297F91 (or 0x297F91) is unknown color: approx Scooter. HEX triplet: 29, 7F and 91. RGB value is (41,127,145). Sum of RGB (Red+Green+Blue) = 41+127+145=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #297F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297F91 is #D6806E. Grayscale: #676767. Windows color (decimal): -14057583 or 9535273. OLE color: 9535273.

HSL color Cylindrical-coordinate representation of color #297F91: hue angle of 190.38º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #297F91 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB41127145-
CMYK0.720.1200.43
HSL190.38º55.91%36.47%-
HSV(B)190.38º71.72%56.86%-
XYZ13.6117.6929.49-
YUV103.34151.5183.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.10%
GREEN value IS 127 (50% from 255) = 40.58%
BLUE value IS 145 (57.03% from 255) = 46.33%
R=13.10%
G=40.58%
B=46.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411271450.720.1200.43190.3855.9136.47
Hex297F9148C02Bbe3824
Octal51177221110140532767044
Binary10100111111111001000110010001100010101110111110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297F91; }

 p { color: rgb(41,127,145); }

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

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

 a { background-color: rgb(41,127,145); }

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

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

 span { border-color: rgb(41,127,145); }

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