Html Css Color HEX #328280 Atoll

📋 copy color: '#328280'

red 50 ◦ green 130 ◦ blue 128

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

Shades of Atoll #328280

Tints of Atoll #328280

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.21%

 BLUE value IS 128 (50.39% from 255) = 41.56%

R = 16.23%
G = 42.21%
B = 41.56%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#328280 (or 0x328280) is known color: Atoll. HEX triplet: 32, 82 and 80. RGB value is (50,130,128). Sum of RGB (Red+Green+Blue) = 50+130+128=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #328280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328280 is #CD7D7F. Grayscale: #696969. Windows color (decimal): -13467008 or 8421938. OLE color: 8421938.

HSL color Cylindrical-coordinate representation of color #328280: hue angle of 178.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328280 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 130 128 -
CMYK 0.62 0 0.02 0.49
HSL 178.5º 0.44% 0.35% -
HSV(B) 178.5º 0.62% 0.51% -
XYZ 13.19 18.2 23.24 -
YUV 105.85 140.5 88.16 -
System Red Green Blue C M Y K H S L
Decimal 50 130 128 0.62 0 0.02 0.49 178.5 0.44 0.35
Hex 32 82 80 3E 0 2 31 B2 2C 23
Octal 62 202 200 76 0 2 61 262 54 43
Binary 110010 10000010 10000000 111110 0 10 110001 10110010 101100 100011

Color Harmonies of #328280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328280

Black with #328280

Text Example


Text Example

White with #328280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328280; }

 p { color: rgb(50,130,128); }

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

background-color css

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

 a { background-color: rgb(50,130,128); }

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

border-color css

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

 span { border-color: rgb(50,130,128); }

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