#297E92

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

Shades of Scooter #297E92

Tints of Scooter #297E92

Color information

#297E92 (or 0x297E92) is unknown color: approx Scooter. HEX triplet: 29, 7E and 92. RGB value is (41,126,146). Sum of RGB (Red+Green+Blue) = 41+126+146=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #297E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297E92 is #D6816D. Grayscale: #666666. Windows color (decimal): -14057838 or 9600553. OLE color: 9600553.

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

Color convert

RGB41126146-
CMYK0.720.1400.43
HSL191.43º56.15%36.67%-
HSV(B)191.43º71.92%57.25%-
XYZ13.5617.4729.85-
YUV102.86152.3483.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.10%
GREEN value IS 126 (49.61% from 255) = 40.26%
BLUE value IS 146 (57.42% from 255) = 46.65%
R=13.10%
G=40.26%
B=46.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411261460.720.1400.43191.4356.1536.67
Hex297E9248E02Bbf3825
Octal51176222110160532777045
Binary10100111111101001001010010001110010101110111111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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