Html Css Color HEX #327982 Atoll

📋 copy color: '#327982'

red 50 ◦ green 121 ◦ blue 130

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

Shades of Atoll #327982

Tints of Atoll #327982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.2%

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

R = 16.61%
G = 40.2%
B = 43.19%

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#327982 (or 0x327982) is known color: Atoll. HEX triplet: 32, 79 and 82. RGB value is (50,121,130). Sum of RGB (Red+Green+Blue) = 50+121+130=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #327982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327982 is #CD867D. Grayscale: #646464. Windows color (decimal): -13469310 or 8550706. OLE color: 8550706.

HSL color Cylindrical-coordinate representation of color #327982: hue angle of 186.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 #327982 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 121 130 -
CMYK 0.62 0.07 0 0.49
HSL 186.75º 0.44% 0.35% -
HSV(B) 186.75º 0.62% 0.51% -
XYZ 12.18 15.96 23.56 -
YUV 100.8 144.48 91.77 -
System Red Green Blue C M Y K H S L
Decimal 50 121 130 0.62 0.07 0 0.49 186.75 0.44 0.35
Hex 32 79 82 3E 7 0 31 BB 2C 23
Octal 62 171 202 76 7 0 61 273 54 43
Binary 110010 1111001 10000010 111110 111 0 110001 10111011 101100 100011

Color Harmonies of #327982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327982

Black with #327982

Text Example


Text Example

White with #327982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327982; }

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

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

background-color css

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

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

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

border-color css

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

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

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