#298099

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

Shades of Scooter #298099

Tints of Scooter #298099

Color information

#298099 (or 0x298099) is unknown color: approx Scooter. HEX triplet: 29, 80 and 99. RGB value is (41,128,153). Sum of RGB (Red+Green+Blue) = 41+128+153=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #298099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298099 is #D67F66. Grayscale: #686868. Windows color (decimal): -14057319 or 10059817. OLE color: 10059817.

HSL color Cylindrical-coordinate representation of color #298099: hue angle of 193.39º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #298099 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB41128153-
CMYK0.730.1600.4
HSL193.39º57.73%38.04%-
HSV(B)193.39º73.2%60%-
XYZ14.3818.2132.89-
YUV104.84155.1882.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.73%
GREEN value IS 128 (50.39% from 255) = 39.75%
BLUE value IS 153 (60.16% from 255) = 47.52%
R=12.73%
G=39.75%
B=47.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal411281530.730.1600.4193.3957.7338.04
Hex2980994910028c13a26
Octal51200231111200503017246
Binary1010011000000010011001100100110000010100011000001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298099; }

 p { color: rgb(41,128,153); }

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

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

 a { background-color: rgb(41,128,153); }

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

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

 span { border-color: rgb(41,128,153); }

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