#297F9D

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

Shades of Scooter #297F9D

Tints of Scooter #297F9D

Color information

#297F9D (or 0x297F9D) is unknown color: approx Scooter. HEX triplet: 29, 7F and 9D. RGB value is (41,127,157). Sum of RGB (Red+Green+Blue) = 41+127+157=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #297F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297F9D is #D68062. Grayscale: #686868. Windows color (decimal): -14057571 or 10321705. OLE color: 10321705.

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

Color convert

RGB41127157-
CMYK0.740.1900.38
HSL195.52º58.59%38.82%-
HSV(B)195.52º73.89%61.57%-
XYZ14.5918.0834.62-
YUV104.71157.5182.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.62%
GREEN value IS 127 (50% from 255) = 39.08%
BLUE value IS 157 (61.72% from 255) = 48.31%
R=12.62%
G=39.08%
B=48.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411271570.740.1900.38195.5258.5938.82
Hex297F9D4A13026c43b27
Octal51177235112230463047347
Binary101001111111110011101100101010011010011011000100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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