#328491

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

Shades of Scooter #328491

Tints of Scooter #328491

Color information

#328491 (or 0x328491) is unknown color: approx Scooter. HEX triplet: 32, 84 and 91. RGB value is (50,132,145). Sum of RGB (Red+Green+Blue) = 50+132+145=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #328491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328491 is #CD7B6E. Grayscale: #6C6C6C. Windows color (decimal): -13466479 or 9536562. OLE color: 9536562.

HSL color Cylindrical-coordinate representation of color #328491: hue angle of 188.21º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #328491 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB50132145-
CMYK0.660.0900.43
HSL188.21º48.72%38.24%-
HSV(B)188.21º65.52%56.86%-
XYZ14.6819.2229.73-
YUV108.96148.3385.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.29%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 145 (57.03% from 255) = 44.34%
R=15.29%
G=40.37%
B=44.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501321450.660.0900.43188.2148.7238.24
Hex32849142902Bbc3126
Octal62204221102110532746146
Binary110010100001001001000110000101001010101110111100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328491; }

 p { color: rgb(50,132,145); }

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

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

 a { background-color: rgb(50,132,145); }

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

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

 span { border-color: rgb(50,132,145); }

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