#298B9E

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

Shades of Scooter #298B9E

Tints of Scooter #298B9E

Color information

#298B9E (or 0x298B9E) is unknown color: approx Scooter. HEX triplet: 29, 8B and 9E. RGB value is (41,139,158). Sum of RGB (Red+Green+Blue) = 41+139+158=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #298B9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298B9E is #D67461. Grayscale: #6F6F6F. Windows color (decimal): -14054498 or 10390313. OLE color: 10390313.

HSL color Cylindrical-coordinate representation of color #298B9E: hue angle of 189.74º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #298B9E is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB41139158-
CMYK0.740.1200.38
HSL189.74º58.79%39.02%-
HSV(B)189.74º74.05%61.96%-
XYZ16.3221.4135.62-
YUV111.86154.0377.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.13%
GREEN value IS 139 (54.69% from 255) = 41.12%
BLUE value IS 158 (62.11% from 255) = 46.75%
R=12.13%
G=41.12%
B=46.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411391580.740.1200.38189.7458.7939.02
Hex298B9E4AC026be3b27
Octal51213236112140462767347
Binary101001100010111001111010010101100010011010111110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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