#297E9F

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

Shades of Scooter #297E9F

Tints of Scooter #297E9F

Color information

#297E9F (or 0x297E9F) is unknown color: approx Scooter. HEX triplet: 29, 7E and 9F. RGB value is (41,126,159). Sum of RGB (Red+Green+Blue) = 41+126+159=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #297E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297E9F is #D68160. Grayscale: #686868. Windows color (decimal): -14057825 or 10452521. OLE color: 10452521.

HSL color Cylindrical-coordinate representation of color #297E9F: hue angle of 196.78º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #297E9F is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB41126159-
CMYK0.740.2100.38
HSL196.78º59%39.22%-
HSV(B)196.78º74.21%62.35%-
XYZ14.6317.935.48-
YUV104.35158.8482.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.58%
GREEN value IS 126 (49.61% from 255) = 38.65%
BLUE value IS 159 (62.5% from 255) = 48.77%
R=12.58%
G=38.65%
B=48.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411261590.740.2100.38196.785939.22
Hex297E9F4A15026c53b27
Octal51176237112250463057347
Binary101001111111010011111100101010101010011011000101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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