Html Css Color HEX #327077 Atoll

📋 copy color: '#327077'

red 50 ◦ green 112 ◦ blue 119

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

Shades of Atoll #327077

Tints of Atoll #327077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.35%

R = 17.79%
G = 39.86%
B = 42.35%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#327077 (or 0x327077) is known color: Atoll. HEX triplet: 32, 70 and 77. RGB value is (50,112,119). Sum of RGB (Red+Green+Blue) = 50+112+119=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #327077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327077 is #CD8F88. Grayscale: #5E5E5E. Windows color (decimal): -13471625 or 7827506. OLE color: 7827506.

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

Color convert

RGB 50 112 119 -
CMYK 0.58 0.06 0 0.53
HSL 186.09º 0.41% 0.33% -
HSV(B) 186.09º 0.58% 0.47% -
XYZ 10.44 13.6 19.53 -
YUV 94.26 141.96 96.43 -
System Red Green Blue C M Y K H S L
Decimal 50 112 119 0.58 0.06 0 0.53 186.09 0.41 0.33
Hex 32 70 77 3A 6 0 35 BA 29 21
Octal 62 160 167 72 6 0 65 272 51 41
Binary 110010 1110000 1110111 111010 110 0 110101 10111010 101001 100001

Color Harmonies of #327077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327077

Black with #327077

Text Example


Text Example

White with #327077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327077; }

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

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

background-color css

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

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

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

border-color css

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

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

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