#297E9E

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

Shades of Scooter #297E9E

Tints of Scooter #297E9E

Color information

#297E9E (or 0x297E9E) is unknown color: approx Scooter. HEX triplet: 29, 7E and 9E. RGB value is (41,126,158). Sum of RGB (Red+Green+Blue) = 41+126+158=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #297E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297E9E is #D68161. Grayscale: #686868. Windows color (decimal): -14057826 or 10386985. OLE color: 10386985.

HSL color Cylindrical-coordinate representation of color #297E9E: hue angle of 196.41º 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 #297E9E is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB41126158-
CMYK0.740.2000.38
HSL196.41º58.79%39.02%-
HSV(B)196.41º74.05%61.96%-
XYZ14.5517.8635.03-
YUV104.23158.3482.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.62%
GREEN value IS 126 (49.61% from 255) = 38.77%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=12.62%
G=38.77%
B=48.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411261580.740.2000.38196.4158.7939.02
Hex297E9E4A14026c43b27
Octal51176236112240463047347
Binary101001111111010011110100101010100010011011000100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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