#298193

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

Shades of Scooter #298193

Tints of Scooter #298193

Color information

#298193 (or 0x298193) is unknown color: approx Scooter. HEX triplet: 29, 81 and 93. RGB value is (41,129,147). Sum of RGB (Red+Green+Blue) = 41+129+147=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #298193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298193 is #D67E6C. Grayscale: #686868. Windows color (decimal): -14057069 or 9666857. OLE color: 9666857.

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

Color convert

RGB41129147-
CMYK0.720.1200.42
HSL190.19º56.38%36.86%-
HSV(B)190.19º72.11%57.65%-
XYZ14.0318.2830.39-
YUV104.74151.8582.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.93%
GREEN value IS 129 (50.78% from 255) = 40.69%
BLUE value IS 147 (57.81% from 255) = 46.37%
R=12.93%
G=40.69%
B=46.37%

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
Decimal411291470.720.1200.42190.1956.3836.86
Hex29819348C02Abe3825
Octal51201223110140522767045
Binary101001100000011001001110010001100010101010111110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298193; }

 p { color: rgb(41,129,147); }

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

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

 a { background-color: rgb(41,129,147); }

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

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

 span { border-color: rgb(41,129,147); }

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