Html Css Color HEX #327F84 Atoll

📋 copy color: '#327F84'

red 50 ◦ green 127 ◦ blue 132

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

Shades of Atoll #327F84

Tints of Atoll #327F84

RGB

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

 GREEN value IS 127 (50% from 255) = 41.1%

 BLUE value IS 132 (51.95% from 255) = 42.72%

R = 16.18%
G = 41.1%
B = 42.72%

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

#327F84 (or 0x327F84) is known color: Atoll. HEX triplet: 32, 7F and 84. RGB value is (50,127,132). Sum of RGB (Red+Green+Blue) = 50+127+132=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #327F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327F84 is #CD807B. Grayscale: #686868. Windows color (decimal): -13467772 or 8683314. OLE color: 8683314.

HSL color Cylindrical-coordinate representation of color #327F84: hue angle of 183.66º 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 #327F84 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 127 132 -
CMYK 0.62 0.04 0 0.48
HSL 183.66º 0.45% 0.36% -
HSV(B) 183.66º 0.62% 0.52% -
XYZ 13.07 17.52 24.52 -
YUV 104.55 143.49 89.09 -
System Red Green Blue C M Y K H S L
Decimal 50 127 132 0.62 0.04 0 0.48 183.66 0.45 0.36
Hex 32 7F 84 3E 4 0 30 B8 2D 24
Octal 62 177 204 76 4 0 60 270 55 44
Binary 110010 1111111 10000100 111110 100 0 110000 10111000 101101 100100

Color Harmonies of #327F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327F84

Black with #327F84

Text Example


Text Example

White with #327F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,127,132); }

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

background-color css

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

 a { background-color: rgb(50,127,132); }

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

border-color css

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

 span { border-color: rgb(50,127,132); }

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