#298294

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

Shades of Scooter #298294

Tints of Scooter #298294

Color information

#298294 (or 0x298294) is unknown color: approx Scooter. HEX triplet: 29, 82 and 94. RGB value is (41,130,148). Sum of RGB (Red+Green+Blue) = 41+130+148=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #298294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298294 is #D67D6B. Grayscale: #696969. Windows color (decimal): -14056812 or 9732649. OLE color: 9732649.

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

Color convert

RGB41130148-
CMYK0.720.1200.42
HSL190.09º56.61%37.06%-
HSV(B)190.09º72.3%58.04%-
XYZ14.2418.5730.85-
YUV105.44152.0182.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.85%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 148 (58.20% from 255) = 46.39%
R=12.85%
G=40.75%
B=46.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411301480.720.1200.42190.0956.6137.06
Hex29829448C02Abe3925
Octal51202224110140522767145
Binary101001100000101001010010010001100010101010111110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298294; }

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

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

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

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

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

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

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

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