#297D94

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

Shades of Scooter #297D94

Tints of Scooter #297D94

Color information

#297D94 (or 0x297D94) is unknown color: approx Scooter. HEX triplet: 29, 7D and 94. RGB value is (41,125,148). Sum of RGB (Red+Green+Blue) = 41+125+148=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #297D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297D94 is #D6826B. Grayscale: #666666. Windows color (decimal): -14058092 or 9731369. OLE color: 9731369.

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

Color convert

RGB41125148-
CMYK0.720.1600.42
HSL192.9º56.61%37.06%-
HSV(B)192.9º72.3%58.04%-
XYZ13.5917.2830.64-
YUV102.51153.6784.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.06%
GREEN value IS 125 (49.22% from 255) = 39.81%
BLUE value IS 148 (58.20% from 255) = 47.13%
R=13.06%
G=39.81%
B=47.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411251480.720.1600.42192.956.6137.06
Hex297D94481002Ac13925
Octal51175224110200523017145
Binary101001111110110010100100100010000010101011000001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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