#297E99

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

Shades of Scooter #297E99

Tints of Scooter #297E99

Color information

#297E99 (or 0x297E99) is unknown color: approx Scooter. HEX triplet: 29, 7E and 99. RGB value is (41,126,153). Sum of RGB (Red+Green+Blue) = 41+126+153=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #297E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297E99 is #D68166. Grayscale: #676767. Windows color (decimal): -14057831 or 10059305. OLE color: 10059305.

HSL color Cylindrical-coordinate representation of color #297E99: hue angle of 194.46º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #297E99 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB41126153-
CMYK0.730.1800.4
HSL194.46º57.73%38.04%-
HSV(B)194.46º73.2%60%-
XYZ14.1317.6932.81-
YUV103.66155.8483.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.81%
GREEN value IS 126 (49.61% from 255) = 39.38%
BLUE value IS 153 (60.16% from 255) = 47.81%
R=12.81%
G=39.38%
B=47.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal411261530.730.1800.4194.4657.7338.04
Hex297E994912028c23a26
Octal51176231111220503027246
Binary101001111111010011001100100110010010100011000010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,126,153); }

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

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

 a { background-color: rgb(41,126,153); }

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

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

 span { border-color: rgb(41,126,153); }

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