Html Css Color HEX #328CA0 Scooter

📋 copy color: '#328CA0'

red 50 ◦ green 140 ◦ blue 160

#328CA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #328CA0

Tints of Scooter #328CA0

RGB

 RED value IS 50 (19.92% from 255) = 14.29%

 GREEN value IS 140 (55.08% from 255) = 40%

 BLUE value IS 160 (62.89% from 255) = 45.71%

R = 14.29%
G = 40%
B = 45.71%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#328CA0 (or 0x328CA0) is known color: Scooter. HEX triplet: 32, 8C and A0. RGB value is (50,140,160). Sum of RGB (Red+Green+Blue) = 50+140+160=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 160 - color contains mainly: blue. Hex color #328CA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328CA0 is #CD735F. Grayscale: #737373. Windows color (decimal): -13464416 or 10521650. OLE color: 10521650.

HSL color Cylindrical-coordinate representation of color #328CA0: hue angle of 190.91º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #328CA0 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 50 140 160 -
CMYK 0.69 0.12 0 0.37
HSL 190.91º 0.52% 0.41% -
HSV(B) 190.91º 0.69% 0.63% -
XYZ 17.04 21.97 36.6 -
YUV 115.37 153.18 81.37 -
System Red Green Blue C M Y K H S L
Decimal 50 140 160 0.69 0.12 0 0.37 190.91 0.52 0.41
Hex 32 8C A0 45 C 0 25 BF 34 29
Octal 62 214 240 105 14 0 45 277 64 51
Binary 110010 10001100 10100000 1000101 1100 0 100101 10111111 110100 101001

Color Harmonies of #328CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328CA0

Black with #328CA0

Text Example


Text Example

White with #328CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328CA0; }

 p { color: rgb(50,140,160); }

 H1.HeaderClassName
 {
   color: #328CA0;
 }
 .AnyTagClassName
 {
   color: #328CA0;
 }
</style>

background-color css

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

 a { background-color: rgb(50,140,160); }

 div.DivClassName
 {
   background-color: #328CA0;
 }
 .BgClassName
 {
   background-color: #328CA0;
 }
</style>

border-color css

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

 span { border-color: rgb(50,140,160); }

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