#298EA5

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

Shades of Scooter #298EA5

Tints of Scooter #298EA5

Color information

#298EA5 (or 0x298EA5) is unknown color: approx Scooter. HEX triplet: 29, 8E and A5. RGB value is (41,142,165). Sum of RGB (Red+Green+Blue) = 41+142+165=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 142 (55.86% from 255 or 40.80% from 348); Blue value is 165 (64.84% from 255 or 47.41% from 348); Max value from RGB is 165 - color contains mainly: blue. Hex color #298EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298EA5 is #D6715A. Grayscale: #727272. Windows color (decimal): -14053723 or 10849833. OLE color: 10849833.

HSL color Cylindrical-coordinate representation of color #298EA5: hue angle of 191.13º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #298EA5 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB41142165-
CMYK0.750.1400.35
HSL191.13º60.19%40.39%-
HSV(B)191.13º75.15%64.71%-
XYZ17.3822.5339.03-
YUV114.42156.5475.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.78%
GREEN value IS 142 (55.86% from 255) = 40.80%
BLUE value IS 165 (64.84% from 255) = 47.41%
R=11.78%
G=40.80%
B=47.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal411421650.750.1400.35191.1360.1940.39
Hex298EA54BE023bf3c28
Octal51216245113160432777450
Binary101001100011101010010110010111110010001110111111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,142,165); }

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

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

 a { background-color: rgb(41,142,165); }

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

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

 span { border-color: rgb(41,142,165); }

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