#298A9E

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

Shades of Scooter #298A9E

Tints of Scooter #298A9E

Color information

#298A9E (or 0x298A9E) is unknown color: approx Scooter. HEX triplet: 29, 8A and 9E. RGB value is (41,138,158). Sum of RGB (Red+Green+Blue) = 41+138+158=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #298A9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298A9E is #D67561. Grayscale: #6F6F6F. Windows color (decimal): -14054754 or 10390057. OLE color: 10390057.

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

Color convert

RGB41138158-
CMYK0.740.1300.38
HSL190.26º58.79%39.02%-
HSV(B)190.26º74.05%61.96%-
XYZ16.1721.1235.57-
YUV111.28154.3677.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.17%
GREEN value IS 138 (54.30% from 255) = 40.95%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=12.17%
G=40.95%
B=46.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411381580.740.1300.38190.2658.7939.02
Hex298A9E4AD026be3b27
Octal51212236112150462767347
Binary101001100010101001111010010101101010011010111110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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