#32959E

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

Shades of Scooter #32959E

Tints of Scooter #32959E

Color information

#32959E (or 0x32959E) is unknown color: approx Scooter. HEX triplet: 32, 95 and 9E. RGB value is (50,149,158). Sum of RGB (Red+Green+Blue) = 50+149+158=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #32959E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32959E is #CD6A61. Grayscale: #787878. Windows color (decimal): -13462114 or 10392882. OLE color: 10392882.

HSL color Cylindrical-coordinate representation of color #32959E: hue angle of 185º 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 #32959E is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB50149158-
CMYK0.680.0600.38
HSL185º51.92%40.78%-
HSV(B)185º68.35%61.96%-
XYZ18.2324.6436.14-
YUV120.42149.277.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.01%
GREEN value IS 149 (58.59% from 255) = 41.74%
BLUE value IS 158 (62.11% from 255) = 44.26%
R=14.01%
G=41.74%
B=44.26%

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
Decimal501491580.680.0600.3818551.9240.78
Hex32959E446026b93429
Octal6222523610460462716451
Binary11001010010101100111101000100110010011010111001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32959E; }

 p { color: rgb(50,149,158); }

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

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

 a { background-color: rgb(50,149,158); }

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

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

 span { border-color: rgb(50,149,158); }

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