#298492

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

Shades of Scooter #298492

Tints of Scooter #298492

Color information

#298492 (or 0x298492) is unknown color: approx Scooter. HEX triplet: 29, 84 and 92. RGB value is (41,132,146). Sum of RGB (Red+Green+Blue) = 41+132+146=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #298492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298492 is #D67B6D. Grayscale: #6A6A6A. Windows color (decimal): -14056302 or 9602089. OLE color: 9602089.

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

Color convert

RGB41132146-
CMYK0.720.1000.43
HSL188º56.15%36.67%-
HSV(B)188º71.92%57.25%-
XYZ14.3519.0530.11-
YUV106.39150.3581.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.85%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 146 (57.42% from 255) = 45.77%
R=12.85%
G=41.38%
B=45.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411321460.720.1000.4318856.1536.67
Hex29849248A02Bbc3825
Octal51204222110120532747045
Binary101001100001001001001010010001010010101110111100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298492; }

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

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

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

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

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

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

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

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