#298392

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

Shades of Scooter #298392

Tints of Scooter #298392

Color information

#298392 (or 0x298392) is unknown color: approx Scooter. HEX triplet: 29, 83 and 92. RGB value is (41,131,146). Sum of RGB (Red+Green+Blue) = 41+131+146=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #298392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298392 is #D67C6D. Grayscale: #696969. Windows color (decimal): -14056558 or 9601833. OLE color: 9601833.

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

Color convert

RGB41131146-
CMYK0.720.1000.43
HSL188.57º56.15%36.67%-
HSV(B)188.57º71.92%57.25%-
XYZ14.2218.7830.07-
YUV105.8150.6881.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.89%
GREEN value IS 131 (51.56% from 255) = 41.19%
BLUE value IS 146 (57.42% from 255) = 45.91%
R=12.89%
G=41.19%
B=45.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411311460.720.1000.43188.5756.1536.67
Hex29839248A02Bbd3825
Octal51203222110120532757045
Binary101001100000111001001010010001010010101110111101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298392; }

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

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

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

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

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

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

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

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