#298494

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

Shades of Scooter #298494

Tints of Scooter #298494

Color information

#298494 (or 0x298494) is unknown color: approx Scooter. HEX triplet: 29, 84 and 94. RGB value is (41,132,148). Sum of RGB (Red+Green+Blue) = 41+132+148=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #298494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298494 is #D67B6B. Grayscale: #6A6A6A. Windows color (decimal): -14056300 or 9733161. OLE color: 9733161.

HSL color Cylindrical-coordinate representation of color #298494: hue angle of 188.97º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298494 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB41132148-
CMYK0.720.1100.42
HSL188.97º56.61%37.06%-
HSV(B)188.97º72.3%58.04%-
XYZ14.5119.1130.94-
YUV106.62151.3581.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.77%
GREEN value IS 132 (51.95% from 255) = 41.12%
BLUE value IS 148 (58.20% from 255) = 46.11%
R=12.77%
G=41.12%
B=46.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411321480.720.1100.42188.9756.6137.06
Hex29849448B02Abd3925
Octal51204224110130522757145
Binary101001100001001001010010010001011010101010111101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298494; }

 p { color: rgb(41,132,148); }

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

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

 a { background-color: rgb(41,132,148); }

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

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

 span { border-color: rgb(41,132,148); }

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