#297E9C

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

Shades of Scooter #297E9C

Tints of Scooter #297E9C

Color information

#297E9C (or 0x297E9C) is unknown color: approx Scooter. HEX triplet: 29, 7E and 9C. RGB value is (41,126,156). Sum of RGB (Red+Green+Blue) = 41+126+156=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #297E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297E9C is #D68163. Grayscale: #676767. Windows color (decimal): -14057828 or 10255913. OLE color: 10255913.

HSL color Cylindrical-coordinate representation of color #297E9C: hue angle of 195.65º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #297E9C is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB41126156-
CMYK0.740.1900.39
HSL195.65º58.38%38.63%-
HSV(B)195.65º73.72%61.18%-
XYZ14.3817.7934.13-
YUV104157.3483.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.69%
GREEN value IS 126 (49.61% from 255) = 39.01%
BLUE value IS 156 (61.33% from 255) = 48.30%
R=12.69%
G=39.01%
B=48.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411261560.740.1900.39195.6558.3838.63
Hex297E9C4A13027c43a27
Octal51176234112230473047247
Binary101001111111010011100100101010011010011111000100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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