#32949D

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

Shades of Scooter #32949D

Tints of Scooter #32949D

Color information

#32949D (or 0x32949D) is unknown color: approx Scooter. HEX triplet: 32, 94 and 9D. RGB value is (50,148,157). Sum of RGB (Red+Green+Blue) = 50+148+157=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #32949D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32949D is #CD6B62. Grayscale: #777777. Windows color (decimal): -13462371 or 10327090. OLE color: 10327090.

HSL color Cylindrical-coordinate representation of color #32949D: hue angle of 185.05º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32949D is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB50148157-
CMYK0.680.0600.38
HSL185.05º51.69%40.59%-
HSV(B)185.05º68.15%61.57%-
XYZ17.9924.2935.64-
YUV119.72149.0378.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.08%
GREEN value IS 148 (58.20% from 255) = 41.69%
BLUE value IS 157 (61.72% from 255) = 44.23%
R=14.08%
G=41.69%
B=44.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501481570.680.0600.38185.0551.6940.59
Hex32949D446026b93429
Octal6222423510460462716451
Binary11001010010100100111011000100110010011010111001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32949D; }

 p { color: rgb(50,148,157); }

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

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

 a { background-color: rgb(50,148,157); }

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

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

 span { border-color: rgb(50,148,157); }

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