#298B98

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

Shades of Scooter #298B98

Tints of Scooter #298B98

Color information

#298B98 (or 0x298B98) is unknown color: approx Scooter. HEX triplet: 29, 8B and 98. RGB value is (41,139,152). Sum of RGB (Red+Green+Blue) = 41+139+152=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #298B98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298B98 is #D67467. Grayscale: #6F6F6F. Windows color (decimal): -14054504 or 9997097. OLE color: 9997097.

HSL color Cylindrical-coordinate representation of color #298B98: hue angle of 187.03º 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 #298B98 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB41139152-
CMYK0.730.0900.40
HSL187.03º57.51%37.84%-
HSV(B)187.03º73.03%59.61%-
XYZ15.8121.232.96-
YUV111.18151.0377.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.35%
GREEN value IS 139 (54.69% from 255) = 41.87%
BLUE value IS 152 (59.77% from 255) = 45.78%
R=12.35%
G=41.87%
B=45.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal411391520.730.0900.40187.0357.5137.84
Hex298B98499028bb3a26
Octal51213230111110502737246
Binary101001100010111001100010010011001010100010111011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298B98; }

 p { color: rgb(41,139,152); }

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

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

 a { background-color: rgb(41,139,152); }

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

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

 span { border-color: rgb(41,139,152); }

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