#326A77

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

Shades of Blumine #326A77

Tints of Blumine #326A77

Color information

#326A77 (or 0x326A77) is unknown color: approx Blumine. HEX triplet: 32, 6A and 77. RGB value is (50,106,119). Sum of RGB (Red+Green+Blue) = 50+106+119=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #326A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A77 is #CD9588. Grayscale: #5A5A5A. Windows color (decimal): -13473161 or 7825970. OLE color: 7825970.

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

Color convert

RGB50106119-
CMYK0.580.1100.53
HSL191.3º40.83%33.14%-
HSV(B)191.3º57.98%46.67%-
XYZ9.812.3219.31-
YUV90.74143.9598.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.18%
GREEN value IS 106 (41.80% from 255) = 38.55%
BLUE value IS 119 (46.88% from 255) = 43.27%
R=18.18%
G=38.55%
B=43.27%

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
Decimal501061190.580.1100.53191.340.8333.14
Hex326A773AB035bf2921
Octal6215216772130652775141
Binary110010110101011101111110101011011010110111111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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