Html Css Color HEX #327C84 Atoll

📋 copy color: '#327C84'

red 50 ◦ green 124 ◦ blue 132

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

Shades of Atoll #327C84

Tints of Atoll #327C84

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.52%

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

R = 16.34%
G = 40.52%
B = 43.14%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#327C84 (or 0x327C84) is known color: Atoll. HEX triplet: 32, 7C and 84. RGB value is (50,124,132). Sum of RGB (Red+Green+Blue) = 50+124+132=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #327C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327C84 is #CD837B. Grayscale: #666666. Windows color (decimal): -13468540 or 8682546. OLE color: 8682546.

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

Color convert

RGB 50 124 132 -
CMYK 0.62 0.06 0 0.48
HSL 185.85º 0.45% 0.36% -
HSV(B) 185.85º 0.62% 0.52% -
XYZ 12.69 16.76 24.4 -
YUV 102.79 144.48 90.35 -
System Red Green Blue C M Y K H S L
Decimal 50 124 132 0.62 0.06 0 0.48 185.85 0.45 0.36
Hex 32 7C 84 3E 6 0 30 BA 2D 24
Octal 62 174 204 76 6 0 60 272 55 44
Binary 110010 1111100 10000100 111110 110 0 110000 10111010 101101 100100

Color Harmonies of #327C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327C84

Black with #327C84

Text Example


Text Example

White with #327C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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