#32889B

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

Shades of Scooter #32889B

Tints of Scooter #32889B

Color information

#32889B (or 0x32889B) is unknown color: approx Scooter. HEX triplet: 32, 88 and 9B. RGB value is (50,136,155). Sum of RGB (Red+Green+Blue) = 50+136+155=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #32889B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32889B is #CD7764. Grayscale: #707070. Windows color (decimal): -13465445 or 10192946. OLE color: 10192946.

HSL color Cylindrical-coordinate representation of color #32889B: hue angle of 190.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32889B is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB50136155-
CMYK0.680.1200.39
HSL190.86º51.22%40.2%-
HSV(B)190.86º67.74%60.78%-
XYZ16.0420.6534.15-
YUV112.45152.0183.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.66%
GREEN value IS 136 (53.52% from 255) = 39.88%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=14.66%
G=39.88%
B=45.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501361550.680.1200.39190.8651.2240.2
Hex32889B44C027bf3328
Octal62210233104140472776350
Binary110010100010001001101110001001100010011110111111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32889B; }

 p { color: rgb(50,136,155); }

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

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

 a { background-color: rgb(50,136,155); }

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

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

 span { border-color: rgb(50,136,155); }

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