#297F94

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

Shades of Scooter #297F94

Tints of Scooter #297F94

Color information

#297F94 (or 0x297F94) is unknown color: approx Scooter. HEX triplet: 29, 7F and 94. RGB value is (41,127,148). Sum of RGB (Red+Green+Blue) = 41+127+148=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #297F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297F94 is #D6806B. Grayscale: #676767. Windows color (decimal): -14057580 or 9731881. OLE color: 9731881.

HSL color Cylindrical-coordinate representation of color #297F94: hue angle of 191.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 #297F94 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB41127148-
CMYK0.720.1400.42
HSL191.78º56.61%37.06%-
HSV(B)191.78º72.3%58.04%-
XYZ13.8517.7930.72-
YUV103.68153.0183.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.97%
GREEN value IS 127 (50% from 255) = 40.19%
BLUE value IS 148 (58.20% from 255) = 46.84%
R=12.97%
G=40.19%
B=46.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411271480.720.1400.42191.7856.6137.06
Hex297F9448E02Ac03925
Octal51177224110160523007145
Binary10100111111111001010010010001110010101011000000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,127,148); }

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

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

 a { background-color: rgb(41,127,148); }

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

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

 span { border-color: rgb(41,127,148); }

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