Html Css Color HEX #328EAA Scooter

📋 copy color: '#328EAA'

red 50 ◦ green 142 ◦ blue 170

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

Shades of Scooter #328EAA

Tints of Scooter #328EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.23%

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

R = 13.81%
G = 39.23%
B = 46.96%

CMYK

 C value IS 0.71

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#328EAA (or 0x328EAA) is known color: Scooter. HEX triplet: 32, 8E and AA. RGB value is (50,142,170). Sum of RGB (Red+Green+Blue) = 50+142+170=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #328EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328EAA is #CD7155. Grayscale: #757575. Windows color (decimal): -13463894 or 11177522. OLE color: 11177522.

HSL color Cylindrical-coordinate representation of color #328EAA: hue angle of 194º 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 #328EAA is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 142 170 -
CMYK 0.71 0.16 0 0.33
HSL 194º 0.55% 0.43% -
HSV(B) 194º 0.71% 0.67% -
XYZ 18.24 22.93 41.49 -
YUV 117.68 157.52 79.72 -
System Red Green Blue C M Y K H S L
Decimal 50 142 170 0.71 0.16 0 0.33 194 0.55 0.43
Hex 32 8E AA 47 10 0 21 C2 37 2B
Octal 62 216 252 107 20 0 41 302 67 53
Binary 110010 10001110 10101010 1000111 10000 0 100001 11000010 110111 101011

Color Harmonies of #328EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328EAA

Black with #328EAA

Text Example


Text Example

White with #328EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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