#297E8F

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

Shades of Scooter #297E8F

Tints of Scooter #297E8F

Color information

#297E8F (or 0x297E8F) is unknown color: approx Scooter. HEX triplet: 29, 7E and 8F. RGB value is (41,126,143). Sum of RGB (Red+Green+Blue) = 41+126+143=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #297E8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297E8F is #D68170. Grayscale: #666666. Windows color (decimal): -14057841 or 9403945. OLE color: 9403945.

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

Color convert

RGB41126143-
CMYK0.710.1200.44
HSL190º55.43%36.08%-
HSV(B)190º71.33%56.08%-
XYZ13.3317.3828.64-
YUV102.52150.8484.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.23%
GREEN value IS 126 (49.61% from 255) = 40.65%
BLUE value IS 143 (56.25% from 255) = 46.13%
R=13.23%
G=40.65%
B=46.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411261430.710.1200.4419055.4336.08
Hex297E8F47C02Cbe3724
Octal51176217107140542766744
Binary10100111111101000111110001111100010110010111110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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