Html Css Color HEX #328198 Scooter

📋 copy color: '#328198'

red 50 ◦ green 129 ◦ blue 152

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

Shades of Scooter #328198

Tints of Scooter #328198

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.97%

 BLUE value IS 152 (59.77% from 255) = 45.92%

R = 15.11%
G = 38.97%
B = 45.92%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#328198 (or 0x328198) is known color: Scooter. HEX triplet: 32, 81 and 98. RGB value is (50,129,152). Sum of RGB (Red+Green+Blue) = 50+129+152=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 152 - color contains mainly: blue. Hex color #328198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328198 is #CD7E67. Grayscale: #6B6B6B. Windows color (decimal): -13467240 or 9994546. OLE color: 9994546.

HSL color Cylindrical-coordinate representation of color #328198: hue angle of 193.53º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #328198 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 129 152 -
CMYK 0.67 0.15 0 0.40
HSL 193.53º 0.5% 0.4% -
HSV(B) 193.53º 0.67% 0.6% -
XYZ 14.83 18.65 32.52 -
YUV 108 152.83 86.63 -
System Red Green Blue C M Y K H S L
Decimal 50 129 152 0.67 0.15 0 0.40 193.53 0.5 0.4
Hex 32 81 98 43 F 0 28 C2 32 28
Octal 62 201 230 103 17 0 50 302 62 50
Binary 110010 10000001 10011000 1000011 1111 0 101000 11000010 110010 101000

Color Harmonies of #328198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328198

Black with #328198

Text Example


Text Example

White with #328198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328198; }

 p { color: rgb(50,129,152); }

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

background-color css

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

 a { background-color: rgb(50,129,152); }

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

border-color css

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

 span { border-color: rgb(50,129,152); }

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