Html Css Color HEX #328DAA Scooter

📋 copy color: '#328DAA'

red 50 ◦ green 141 ◦ blue 170

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

Shades of Scooter #328DAA

Tints of Scooter #328DAA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.06%

 BLUE value IS 170 (66.8% from 255) = 47.09%

R = 13.85%
G = 39.06%
B = 47.09%

CMYK

 C value IS 0.71

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#328DAA (or 0x328DAA) is known color: Scooter. HEX triplet: 32, 8D and AA. RGB value is (50,141,170). Sum of RGB (Red+Green+Blue) = 50+141+170=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #328DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328DAA is #CD7255. Grayscale: #747474. Windows color (decimal): -13464150 or 11177266. OLE color: 11177266.

HSL color Cylindrical-coordinate representation of color #328DAA: hue angle of 194.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #328DAA is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 141 170 -
CMYK 0.71 0.17 0 0.33
HSL 194.5º 0.55% 0.43% -
HSV(B) 194.5º 0.71% 0.67% -
XYZ 18.1 22.63 41.44 -
YUV 117.1 157.85 80.14 -
System Red Green Blue C M Y K H S L
Decimal 50 141 170 0.71 0.17 0 0.33 194.5 0.55 0.43
Hex 32 8D AA 47 11 0 21 C2 37 2B
Octal 62 215 252 107 21 0 41 302 67 53
Binary 110010 10001101 10101010 1000111 10001 0 100001 11000010 110111 101011

Color Harmonies of #328DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328DAA

Black with #328DAA

Text Example


Text Example

White with #328DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,141,170); }

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

background-color css

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

 a { background-color: rgb(50,141,170); }

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

border-color css

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

 span { border-color: rgb(50,141,170); }

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