#326078

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

Shades of Blumine #326078

Tints of Blumine #326078

Color information

#326078 (or 0x326078) is unknown color: approx Blumine. HEX triplet: 32, 60 and 78. RGB value is (50,96,120). Sum of RGB (Red+Green+Blue) = 50+96+120=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #326078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326078 is #CD9F87. Grayscale: #545454. Windows color (decimal): -13475720 or 7888946. OLE color: 7888946.

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

Color convert

RGB5096120-
CMYK0.580.200.53
HSL200.57º41.18%33.33%-
HSV(B)200.57º58.33%47.06%-
XYZ8.8910.419.31-
YUV84.98147.76103.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.80%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=18.80%
G=36.09%
B=45.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50961200.580.200.53200.5741.1833.33
Hex3260783A14035c92921
Octal6214017072240653115141
Binary1100101100000111100011101010100011010111001001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326078; }

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

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

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

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

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

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

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

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