Html Css Color HEX #328F95 Scooter

📋 copy color: '#328F95'

red 50 ◦ green 143 ◦ blue 149

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

Shades of Scooter #328F95

Tints of Scooter #328F95

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.81%

 BLUE value IS 149 (58.59% from 255) = 43.57%

R = 14.62%
G = 41.81%
B = 43.57%

CMYK

 C value IS 0.66

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#328F95 (or 0x328F95) is known color: Scooter. HEX triplet: 32, 8F and 95. RGB value is (50,143,149). Sum of RGB (Red+Green+Blue) = 50+143+149=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #328F95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328F95 is #CD706A. Grayscale: #737373. Windows color (decimal): -13463659 or 9801522. OLE color: 9801522.

HSL color Cylindrical-coordinate representation of color #328F95: hue angle of 183.64º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #328F95 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 143 149 -
CMYK 0.66 0.04 0 0.42
HSL 183.64º 0.5% 0.39% -
HSV(B) 183.64º 0.66% 0.58% -
XYZ 16.56 22.49 31.9 -
YUV 115.88 146.69 81.01 -
System Red Green Blue C M Y K H S L
Decimal 50 143 149 0.66 0.04 0 0.42 183.64 0.5 0.39
Hex 32 8F 95 42 4 0 2A B8 32 27
Octal 62 217 225 102 4 0 52 270 62 47
Binary 110010 10001111 10010101 1000010 100 0 101010 10111000 110010 100111

Color Harmonies of #328F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328F95

Black with #328F95

Text Example


Text Example

White with #328F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,143,149); }

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

background-color css

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

 a { background-color: rgb(50,143,149); }

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

border-color css

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

 span { border-color: rgb(50,143,149); }

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