#326B78

Color #326B78 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #326B78

Tints of Allports #326B78

Color information

#326B78 (or 0x326B78) is unknown color: approx Allports. HEX triplet: 32, 6B and 78. RGB value is (50,107,120). Sum of RGB (Red+Green+Blue) = 50+107+120=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #326B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B78 is #CD9487. Grayscale: #5B5B5B. Windows color (decimal): -13472904 or 7891762. OLE color: 7891762.

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

Color convert

RGB50107120-
CMYK0.580.1100.53
HSL191.14º41.18%33.33%-
HSV(B)191.14º58.33%47.06%-
XYZ9.9612.5519.67-
YUV91.44144.1298.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 107 (42.19% from 255) = 38.63%
BLUE value IS 120 (47.27% from 255) = 43.32%
R=18.05%
G=38.63%
B=43.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501071200.580.1100.53191.1441.1833.33
Hex326B783AB035bf2921
Octal6215317072130652775141
Binary110010110101111110001110101011011010110111111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326B78; }

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

 H1.HeaderClassName
 {
   color: #326B78;
 }
 .AnyTagClassName
 {
   color: #326B78;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #326B78;
 }
 .BgClassName
 {
   background-color: #326B78;
 }
</style>
border-color css

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

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

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