#298290

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

Shades of Scooter #298290

Tints of Scooter #298290

Color information

#298290 (or 0x298290) is unknown color: approx Scooter. HEX triplet: 29, 82 and 90. RGB value is (41,130,144). Sum of RGB (Red+Green+Blue) = 41+130+144=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #298290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298290 is #D67D6F. Grayscale: #686868. Windows color (decimal): -14056816 or 9470505. OLE color: 9470505.

HSL color Cylindrical-coordinate representation of color #298290: hue angle of 188.16º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298290 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB41130144-
CMYK0.720.1000.44
HSL188.16º55.68%36.27%-
HSV(B)188.16º71.53%56.47%-
XYZ13.9318.4529.21-
YUV104.98150.0182.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.02%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=13.02%
G=41.27%
B=45.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411301440.720.1000.44188.1655.6836.27
Hex29829048A02Cbc3824
Octal51202220110120542747044
Binary101001100000101001000010010001010010110010111100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298290; }

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

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

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

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

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

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

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

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