Html Css Color HEX #328799 Scooter

📋 copy color: '#328799'

red 50 ◦ green 135 ◦ blue 153

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

Shades of Scooter #328799

Tints of Scooter #328799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.94%

 BLUE value IS 153 (60.16% from 255) = 45.27%

R = 14.79%
G = 39.94%
B = 45.27%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#328799 (or 0x328799) is known color: Scooter. HEX triplet: 32, 87 and 99. RGB value is (50,135,153). Sum of RGB (Red+Green+Blue) = 50+135+153=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #328799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328799 is #CD7866. Grayscale: #6F6F6F. Windows color (decimal): -13465703 or 10061618. OLE color: 10061618.

HSL color Cylindrical-coordinate representation of color #328799: hue angle of 190.49º degrees, saturation: 0.51, 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 #328799 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 135 153 -
CMYK 0.67 0.12 0 0.4
HSL 190.49º 0.51% 0.4% -
HSV(B) 190.49º 0.67% 0.6% -
XYZ 15.73 20.31 33.23 -
YUV 111.64 151.34 84.04 -
System Red Green Blue C M Y K H S L
Decimal 50 135 153 0.67 0.12 0 0.4 190.49 0.51 0.4
Hex 32 87 99 43 C 0 28 BE 33 28
Octal 62 207 231 103 14 0 50 276 63 50
Binary 110010 10000111 10011001 1000011 1100 0 101000 10111110 110011 101000

Color Harmonies of #328799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328799

Black with #328799

Text Example


Text Example

White with #328799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328799; }

 p { color: rgb(50,135,153); }

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

background-color css

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

 a { background-color: rgb(50,135,153); }

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

border-color css

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

 span { border-color: rgb(50,135,153); }

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