Html Css Color HEX #327778 Atoll

📋 copy color: '#327778'

red 50 ◦ green 119 ◦ blue 120

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

Shades of Atoll #327778

Tints of Atoll #327778

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.18%

 BLUE value IS 120 (47.27% from 255) = 41.52%

R = 17.3%
G = 41.18%
B = 41.52%

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#327778 (or 0x327778) is known color: Atoll. HEX triplet: 32, 77 and 78. RGB value is (50,119,120). Sum of RGB (Red+Green+Blue) = 50+119+120=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 120 - color contains mainly: blue. Hex color #327778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327778 is #CD8887. Grayscale: #626262. Windows color (decimal): -13469832 or 7894834. OLE color: 7894834.

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

Color convert

RGB 50 119 120 -
CMYK 0.58 0.01 0 0.53
HSL 180.86º 0.41% 0.33% -
HSV(B) 180.86º 0.58% 0.47% -
XYZ 11.3 15.23 20.11 -
YUV 98.48 140.14 93.42 -
System Red Green Blue C M Y K H S L
Decimal 50 119 120 0.58 0.01 0 0.53 180.86 0.41 0.33
Hex 32 77 78 3A 1 0 35 B5 29 21
Octal 62 167 170 72 1 0 65 265 51 41
Binary 110010 1110111 1111000 111010 1 0 110101 10110101 101001 100001

Color Harmonies of #327778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327778

Black with #327778

Text Example


Text Example

White with #327778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327778; }

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

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

background-color css

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

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

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

border-color css

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

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

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