Html Css Color HEX #328085 Atoll

📋 copy color: '#328085'

red 50 ◦ green 128 ◦ blue 133

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

Shades of Atoll #328085

Tints of Atoll #328085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.16%

 BLUE value IS 133 (52.34% from 255) = 42.77%

R = 16.08%
G = 41.16%
B = 42.77%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#328085 (or 0x328085) is known color: Atoll. HEX triplet: 32, 80 and 85. RGB value is (50,128,133). Sum of RGB (Red+Green+Blue) = 50+128+133=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #328085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328085 is #CD7F7A. Grayscale: #696969. Windows color (decimal): -13467515 or 8749106. OLE color: 8749106.

HSL color Cylindrical-coordinate representation of color #328085: hue angle of 183.61º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328085 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 128 133 -
CMYK 0.62 0.04 0 0.48
HSL 183.61º 0.45% 0.36% -
HSV(B) 183.61º 0.62% 0.52% -
XYZ 13.27 17.81 24.93 -
YUV 105.25 143.66 88.59 -
System Red Green Blue C M Y K H S L
Decimal 50 128 133 0.62 0.04 0 0.48 183.61 0.45 0.36
Hex 32 80 85 3E 4 0 30 B8 2D 24
Octal 62 200 205 76 4 0 60 270 55 44
Binary 110010 10000000 10000101 111110 100 0 110000 10111000 101101 100100

Color Harmonies of #328085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328085

Black with #328085

Text Example


Text Example

White with #328085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328085; }

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

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

background-color css

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

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

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

border-color css

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

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

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