Html Css Color HEX #328CAB Scooter

📋 copy color: '#328CAB'

red 50 ◦ green 140 ◦ blue 171

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

Shades of Scooter #328CAB

Tints of Scooter #328CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.37%

R = 13.85%
G = 38.78%
B = 47.37%

CMYK

 C value IS 0.71

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#328CAB (or 0x328CAB) is known color: Scooter. HEX triplet: 32, 8C and AB. RGB value is (50,140,171). Sum of RGB (Red+Green+Blue) = 50+140+171=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #328CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328CAB is #CD7354. Grayscale: #747474. Windows color (decimal): -13464405 or 11242546. OLE color: 11242546.

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

Color convert

RGB 50 140 171 -
CMYK 0.71 0.18 0 0.33
HSL 195.37º 0.55% 0.43% -
HSV(B) 195.37º 0.71% 0.67% -
XYZ 18.04 22.37 41.9 -
YUV 116.62 158.68 80.48 -
System Red Green Blue C M Y K H S L
Decimal 50 140 171 0.71 0.18 0 0.33 195.37 0.55 0.43
Hex 32 8C AB 47 12 0 21 C3 37 2B
Octal 62 214 253 107 22 0 41 303 67 53
Binary 110010 10001100 10101011 1000111 10010 0 100001 11000011 110111 101011

Color Harmonies of #328CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328CAB

Black with #328CAB

Text Example


Text Example

White with #328CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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