#298D9E

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

Shades of Scooter #298D9E

Tints of Scooter #298D9E

Color information

#298D9E (or 0x298D9E) is unknown color: approx Scooter. HEX triplet: 29, 8D and 9E. RGB value is (41,141,158). Sum of RGB (Red+Green+Blue) = 41+141+158=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #298D9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298D9E is #D67261. Grayscale: #707070. Windows color (decimal): -14053986 or 10390825. OLE color: 10390825.

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

Color convert

RGB41141158-
CMYK0.740.1100.38
HSL188.72º58.79%39.02%-
HSV(B)188.72º74.05%61.96%-
XYZ16.6121.9935.72-
YUV113.04153.3776.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.06%
GREEN value IS 141 (55.47% from 255) = 41.47%
BLUE value IS 158 (62.11% from 255) = 46.47%
R=12.06%
G=41.47%
B=46.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411411580.740.1100.38188.7258.7939.02
Hex298D9E4AB026bd3b27
Octal51215236112130462757347
Binary101001100011011001111010010101011010011010111101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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