#327D9A

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

Shades of Scooter #327D9A

Tints of Scooter #327D9A

Color information

#327D9A (or 0x327D9A) is unknown color: approx Scooter. HEX triplet: 32, 7D and 9A. RGB value is (50,125,154). Sum of RGB (Red+Green+Blue) = 50+125+154=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #327D9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327D9A is #CD8265. Grayscale: #696969. Windows color (decimal): -13468262 or 10124594. OLE color: 10124594.

HSL color Cylindrical-coordinate representation of color #327D9A: hue angle of 196.73º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #327D9A is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB50125154-
CMYK0.680.1900.40
HSL196.73º50.98%40%-
HSV(B)196.73º67.53%60.39%-
XYZ14.4817.6833.22-
YUV105.88155.1588.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.20%
GREEN value IS 125 (49.22% from 255) = 37.99%
BLUE value IS 154 (60.55% from 255) = 46.81%
R=15.20%
G=37.99%
B=46.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal501251540.680.1900.40196.7350.9840
Hex327D9A4413028c53328
Octal62175232104230503056350
Binary110010111110110011010100010010011010100011000101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327D9A; }

 p { color: rgb(50,125,154); }

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

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

 a { background-color: rgb(50,125,154); }

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

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

 span { border-color: rgb(50,125,154); }

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