#297E95

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

Shades of Scooter #297E95

Tints of Scooter #297E95

Color information

#297E95 (or 0x297E95) is unknown color: approx Scooter. HEX triplet: 29, 7E and 95. RGB value is (41,126,149). Sum of RGB (Red+Green+Blue) = 41+126+149=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #297E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297E95 is #D6816A. Grayscale: #676767. Windows color (decimal): -14057835 or 9797161. OLE color: 9797161.

HSL color Cylindrical-coordinate representation of color #297E95: hue angle of 192.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #297E95 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB41126149-
CMYK0.720.1500.42
HSL192.78º56.84%37.25%-
HSV(B)192.78º72.48%58.43%-
XYZ13.817.5631.1-
YUV103.21153.8483.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.97%
GREEN value IS 126 (49.61% from 255) = 39.87%
BLUE value IS 149 (58.59% from 255) = 47.15%
R=12.97%
G=39.87%
B=47.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411261490.720.1500.42192.7856.8437.25
Hex297E9548F02Ac13925
Octal51176225110170523017145
Binary10100111111101001010110010001111010101011000001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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