#32859B

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

Shades of Scooter #32859B

Tints of Scooter #32859B

Color information

#32859B (or 0x32859B) is unknown color: approx Scooter. HEX triplet: 32, 85 and 9B. RGB value is (50,133,155). Sum of RGB (Red+Green+Blue) = 50+133+155=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #32859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32859B is #CD7A64. Grayscale: #6E6E6E. Windows color (decimal): -13466213 or 10192178. OLE color: 10192178.

HSL color Cylindrical-coordinate representation of color #32859B: hue angle of 192.57º 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 #32859B is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB50133155-
CMYK0.680.1400.39
HSL192.57º51.22%40.2%-
HSV(B)192.57º67.74%60.78%-
XYZ15.6219.8234.01-
YUV110.6915384.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.79%
GREEN value IS 133 (52.34% from 255) = 39.35%
BLUE value IS 155 (60.94% from 255) = 45.86%
R=14.79%
G=39.35%
B=45.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501331550.680.1400.39192.5751.2240.2
Hex32859B44E027c13328
Octal62205233104160473016350
Binary110010100001011001101110001001110010011111000001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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