#298C9F

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

Shades of Scooter #298C9F

Tints of Scooter #298C9F

Color information

#298C9F (or 0x298C9F) is unknown color: approx Scooter. HEX triplet: 29, 8C and 9F. RGB value is (41,140,159). Sum of RGB (Red+Green+Blue) = 41+140+159=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #298C9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298C9F is #D67360. Grayscale: #707070. Windows color (decimal): -14054241 or 10456105. OLE color: 10456105.

HSL color Cylindrical-coordinate representation of color #298C9F: hue angle of 189.66º 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 #298C9F is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB41140159-
CMYK0.740.1200.38
HSL189.66º59%39.22%-
HSV(B)189.66º74.21%62.35%-
XYZ16.5521.7336.12-
YUV112.56154.276.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.06%
GREEN value IS 140 (55.08% from 255) = 41.18%
BLUE value IS 159 (62.5% from 255) = 46.76%
R=12.06%
G=41.18%
B=46.76%

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
Decimal411401590.740.1200.38189.665939.22
Hex298C9F4AC026be3b27
Octal51214237112140462767347
Binary101001100011001001111110010101100010011010111110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,140,159); }

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

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

 a { background-color: rgb(41,140,159); }

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

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

 span { border-color: rgb(41,140,159); }

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