Html Css Color HEX #327079 Atoll

📋 copy color: '#327079'

red 50 ◦ green 112 ◦ blue 121

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

Shades of Atoll #327079

Tints of Atoll #327079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.58%

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

R = 17.67%
G = 39.58%
B = 42.76%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#327079 (or 0x327079) is known color: Atoll. HEX triplet: 32, 70 and 79. RGB value is (50,112,121). Sum of RGB (Red+Green+Blue) = 50+112+121=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 121 - color contains mainly: blue. Hex color #327079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327079 is #CD8F86. Grayscale: #5E5E5E. Windows color (decimal): -13471623 or 7958578. OLE color: 7958578.

HSL color Cylindrical-coordinate representation of color #327079: hue angle of 187.61º 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 #327079 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 112 121 -
CMYK 0.59 0.07 0 0.53
HSL 187.61º 0.42% 0.34% -
HSV(B) 187.61º 0.59% 0.47% -
XYZ 10.56 13.65 20.17 -
YUV 94.49 142.96 96.27 -
System Red Green Blue C M Y K H S L
Decimal 50 112 121 0.59 0.07 0 0.53 187.61 0.42 0.34
Hex 32 70 79 3B 7 0 35 BC 2A 22
Octal 62 160 171 73 7 0 65 274 52 42
Binary 110010 1110000 1111001 111011 111 0 110101 10111100 101010 100010

Color Harmonies of #327079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327079

Black with #327079

Text Example


Text Example

White with #327079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327079; }

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

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

background-color css

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

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

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

border-color css

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

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

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