#326778

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

Shades of Blumine #326778

Tints of Blumine #326778

Color information

#326778 (or 0x326778) is unknown color: approx Blumine. HEX triplet: 32, 67 and 78. RGB value is (50,103,120). Sum of RGB (Red+Green+Blue) = 50+103+120=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #326778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326778 is #CD9887. Grayscale: #585858. Windows color (decimal): -13473928 or 7890738. OLE color: 7890738.

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

Color convert

RGB50103120-
CMYK0.580.1400.53
HSL194.57º41.18%33.33%-
HSV(B)194.57º58.33%47.06%-
XYZ9.5611.7319.53-
YUV89.09145.44100.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.32%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=18.32%
G=37.73%
B=43.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501031200.580.1400.53194.5741.1833.33
Hex3267783AE035c32921
Octal6214717072160653035141
Binary110010110011111110001110101110011010111000011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326778; }

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

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

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

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

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

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

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

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