Html Css Color HEX #327377 Atoll

📋 copy color: '#327377'

red 50 ◦ green 115 ◦ blue 119

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

Shades of Atoll #327377

Tints of Atoll #327377

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.49%

 BLUE value IS 119 (46.88% from 255) = 41.9%

R = 17.61%
G = 40.49%
B = 41.9%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#327377 (or 0x327377) is known color: Atoll. HEX triplet: 32, 73 and 77. RGB value is (50,115,119). Sum of RGB (Red+Green+Blue) = 50+115+119=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #327377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327377 is #CD8C88. Grayscale: #5F5F5F. Windows color (decimal): -13470857 or 7828274. OLE color: 7828274.

HSL color Cylindrical-coordinate representation of color #327377: hue angle of 183.48º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327377 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 115 119 -
CMYK 0.58 0.03 0 0.53
HSL 183.48º 0.41% 0.33% -
HSV(B) 183.48º 0.58% 0.47% -
XYZ 10.78 14.27 19.64 -
YUV 96.02 140.97 95.17 -
System Red Green Blue C M Y K H S L
Decimal 50 115 119 0.58 0.03 0 0.53 183.48 0.41 0.33
Hex 32 73 77 3A 3 0 35 B7 29 21
Octal 62 163 167 72 3 0 65 267 51 41
Binary 110010 1110011 1110111 111010 11 0 110101 10110111 101001 100001

Color Harmonies of #327377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327377

Black with #327377

Text Example


Text Example

White with #327377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327377; }

 p { color: rgb(50,115,119); }

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

background-color css

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

 a { background-color: rgb(50,115,119); }

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

border-color css

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

 span { border-color: rgb(50,115,119); }

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