Html Css Color HEX #327D82 Atoll

📋 copy color: '#327D82'

red 50 ◦ green 125 ◦ blue 130

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

Shades of Atoll #327D82

Tints of Atoll #327D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 42.62%

R = 16.39%
G = 40.98%
B = 42.62%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#327D82 (or 0x327D82) is known color: Atoll. HEX triplet: 32, 7D and 82. RGB value is (50,125,130). Sum of RGB (Red+Green+Blue) = 50+125+130=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #327D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327D82 is #CD827D. Grayscale: #676767. Windows color (decimal): -13468286 or 8551730. OLE color: 8551730.

HSL color Cylindrical-coordinate representation of color #327D82: hue angle of 183.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #327D82 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 125 130 -
CMYK 0.62 0.04 0 0.49
HSL 183.75º 0.44% 0.35% -
HSV(B) 183.75º 0.62% 0.51% -
XYZ 12.68 16.96 23.72 -
YUV 103.15 143.15 90.09 -
System Red Green Blue C M Y K H S L
Decimal 50 125 130 0.62 0.04 0 0.49 183.75 0.44 0.35
Hex 32 7D 82 3E 4 0 31 B8 2C 23
Octal 62 175 202 76 4 0 61 270 54 43
Binary 110010 1111101 10000010 111110 100 0 110001 10111000 101100 100011

Color Harmonies of #327D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327D82

Black with #327D82

Text Example


Text Example

White with #327D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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