#326978

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

Shades of Blumine #326978

Tints of Blumine #326978

Color information

#326978 (or 0x326978) is unknown color: approx Blumine. HEX triplet: 32, 69 and 78. RGB value is (50,105,120). Sum of RGB (Red+Green+Blue) = 50+105+120=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #326978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326978 is #CD9687. Grayscale: #5A5A5A. Windows color (decimal): -13473416 or 7891250. OLE color: 7891250.

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

Color convert

RGB50105120-
CMYK0.580.1300.53
HSL192.86º41.18%33.33%-
HSV(B)192.86º58.33%47.06%-
XYZ9.7612.1419.6-
YUV90.26144.7899.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.18%
GREEN value IS 105 (41.41% from 255) = 38.18%
BLUE value IS 120 (47.27% from 255) = 43.64%
R=18.18%
G=38.18%
B=43.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501051200.580.1300.53192.8641.1833.33
Hex3269783AD035c12921
Octal6215117072150653015141
Binary110010110100111110001110101101011010111000001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326978; }

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

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

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

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

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

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

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

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