Html Css Color HEX #327884 Atoll

📋 copy color: '#327884'

red 50 ◦ green 120 ◦ blue 132

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

Shades of Atoll #327884

Tints of Atoll #327884

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.74%

 BLUE value IS 132 (51.95% from 255) = 43.71%

R = 16.56%
G = 39.74%
B = 43.71%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#327884 (or 0x327884) is known color: Atoll. HEX triplet: 32, 78 and 84. RGB value is (50,120,132). Sum of RGB (Red+Green+Blue) = 50+120+132=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 132 - color contains mainly: blue. Hex color #327884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327884 is #CD877B. Grayscale: #646464. Windows color (decimal): -13469564 or 8681522. OLE color: 8681522.

HSL color Cylindrical-coordinate representation of color #327884: hue angle of 188.78º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #327884 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 120 132 -
CMYK 0.62 0.09 0 0.48
HSL 188.78º 0.45% 0.36% -
HSV(B) 188.78º 0.62% 0.52% -
XYZ 12.2 15.78 24.23 -
YUV 100.44 145.81 92.02 -
System Red Green Blue C M Y K H S L
Decimal 50 120 132 0.62 0.09 0 0.48 188.78 0.45 0.36
Hex 32 78 84 3E 9 0 30 BD 2D 24
Octal 62 170 204 76 11 0 60 275 55 44
Binary 110010 1111000 10000100 111110 1001 0 110000 10111101 101101 100100

Color Harmonies of #327884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327884

Black with #327884

Text Example


Text Example

White with #327884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327884; }

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

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

background-color css

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

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

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

border-color css

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

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

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