#298297

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

Shades of Scooter #298297

Tints of Scooter #298297

Color information

#298297 (or 0x298297) is unknown color: approx Scooter. HEX triplet: 29, 82 and 97. RGB value is (41,130,151). Sum of RGB (Red+Green+Blue) = 41+130+151=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: blue. Hex color #298297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298297 is #D67D68. Grayscale: #696969. Windows color (decimal): -14056809 or 9929257. OLE color: 9929257.

HSL color Cylindrical-coordinate representation of color #298297: hue angle of 191.45º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #298297 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB41130151-
CMYK0.730.1400.41
HSL191.45º57.29%37.65%-
HSV(B)191.45º72.85%59.22%-
XYZ14.4818.6732.12-
YUV105.78153.5181.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.73%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 151 (59.38% from 255) = 46.89%
R=12.73%
G=40.37%
B=46.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411301510.730.1400.41191.4557.2937.65
Hex29829749E029bf3926
Octal51202227111160512777146
Binary101001100000101001011110010011110010100110111111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298297; }

 p { color: rgb(41,130,151); }

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

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

 a { background-color: rgb(41,130,151); }

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

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

 span { border-color: rgb(41,130,151); }

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