#326478

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

Shades of Blumine #326478

Tints of Blumine #326478

Color information

#326478 (or 0x326478) is unknown color: approx Blumine. HEX triplet: 32, 64 and 78. RGB value is (50,100,120). Sum of RGB (Red+Green+Blue) = 50+100+120=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #326478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326478 is #CD9B87. Grayscale: #575757. Windows color (decimal): -13474696 or 7889970. OLE color: 7889970.

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

Color convert

RGB50100120-
CMYK0.580.1700.53
HSL197.14º41.18%33.33%-
HSV(B)197.14º58.33%47.06%-
XYZ9.2611.1519.43-
YUV87.33146.44101.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.52%
GREEN value IS 100 (39.45% from 255) = 37.04%
BLUE value IS 120 (47.27% from 255) = 44.44%
R=18.52%
G=37.04%
B=44.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501001200.580.1700.53197.1441.1833.33
Hex3264783A11035c52921
Octal6214417072210653055141
Binary1100101100100111100011101010001011010111000101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326478; }

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

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

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

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

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

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

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

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