Html Css Color HEX #327279 Atoll

📋 copy color: '#327279'

red 50 ◦ green 114 ◦ blue 121

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

Shades of Atoll #327279

Tints of Atoll #327279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40%

 BLUE value IS 121 (47.66% from 255) = 42.46%

R = 17.54%
G = 40%
B = 42.46%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#327279 (or 0x327279) is known color: Atoll. HEX triplet: 32, 72 and 79. RGB value is (50,114,121). Sum of RGB (Red+Green+Blue) = 50+114+121=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 121 - color contains mainly: blue. Hex color #327279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327279 is #CD8D86. Grayscale: #5F5F5F. Windows color (decimal): -13471111 or 7959090. OLE color: 7959090.

HSL color Cylindrical-coordinate representation of color #327279: hue angle of 185.92º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327279 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 114 121 -
CMYK 0.59 0.06 0 0.53
HSL 185.92º 0.42% 0.34% -
HSV(B) 185.92º 0.59% 0.47% -
XYZ 10.78 14.09 20.24 -
YUV 95.66 142.3 95.43 -
System Red Green Blue C M Y K H S L
Decimal 50 114 121 0.59 0.06 0 0.53 185.92 0.42 0.34
Hex 32 72 79 3B 6 0 35 BA 2A 22
Octal 62 162 171 73 6 0 65 272 52 42
Binary 110010 1110010 1111001 111011 110 0 110101 10111010 101010 100010

Color Harmonies of #327279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327279

Black with #327279

Text Example


Text Example

White with #327279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327279; }

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

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

background-color css

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

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

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

border-color css

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

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

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