Html Css Color HEX #327D86 Atoll

📋 copy color: '#327D86'

red 50 ◦ green 125 ◦ blue 134

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

Shades of Atoll #327D86

Tints of Atoll #327D86

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.45%

 BLUE value IS 134 (52.73% from 255) = 43.37%

R = 16.18%
G = 40.45%
B = 43.37%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#327D86 (or 0x327D86) is known color: Atoll. HEX triplet: 32, 7D and 86. RGB value is (50,125,134). Sum of RGB (Red+Green+Blue) = 50+125+134=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 134 - color contains mainly: blue. Hex color #327D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327D86 is #CD8279. Grayscale: #676767. Windows color (decimal): -13468282 or 8813874. OLE color: 8813874.

HSL color Cylindrical-coordinate representation of color #327D86: hue angle of 186.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #327D86 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 125 134 -
CMYK 0.63 0.07 0 0.47
HSL 186.43º 0.46% 0.36% -
HSV(B) 186.43º 0.63% 0.53% -
XYZ 12.95 17.07 25.17 -
YUV 103.6 145.15 89.77 -
System Red Green Blue C M Y K H S L
Decimal 50 125 134 0.63 0.07 0 0.47 186.43 0.46 0.36
Hex 32 7D 86 3F 7 0 2F BA 2E 24
Octal 62 175 206 77 7 0 57 272 56 44
Binary 110010 1111101 10000110 111111 111 0 101111 10111010 101110 100100

Color Harmonies of #327D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327D86

Black with #327D86

Text Example


Text Example

White with #327D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327D86; }

 p { color: rgb(50,125,134); }

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

background-color css

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

 a { background-color: rgb(50,125,134); }

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

border-color css

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

 span { border-color: rgb(50,125,134); }

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