#298292

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

Shades of Scooter #298292

Tints of Scooter #298292

Color information

#298292 (or 0x298292) is unknown color: approx Scooter. HEX triplet: 29, 82 and 92. RGB value is (41,130,146). Sum of RGB (Red+Green+Blue) = 41+130+146=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #298292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298292 is #D67D6D. Grayscale: #696969. Windows color (decimal): -14056814 or 9601577. OLE color: 9601577.

HSL color Cylindrical-coordinate representation of color #298292: hue angle of 189.14º 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 #298292 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB41130146-
CMYK0.720.1100.43
HSL189.14º56.15%36.67%-
HSV(B)189.14º71.92%57.25%-
XYZ14.0918.5130.02-
YUV105.21151.0182.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.93%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=12.93%
G=41.01%
B=46.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411301460.720.1100.43189.1456.1536.67
Hex29829248B02Bbd3825
Octal51202222110130532757045
Binary101001100000101001001010010001011010101110111101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298292; }

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

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

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

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

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

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

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

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