#326470

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

Shades of Blumine #326470

Tints of Blumine #326470

Color information

#326470 (or 0x326470) is unknown color: approx Blumine. HEX triplet: 32, 64 and 70. RGB value is (50,100,112). Sum of RGB (Red+Green+Blue) = 50+100+112=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #326470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326470 is #CD9B8F. Grayscale: #565656. Windows color (decimal): -13474704 or 7365682. OLE color: 7365682.

HSL color Cylindrical-coordinate representation of color #326470: hue angle of 191.61º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326470 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB50100112-
CMYK0.550.1100.56
HSL191.61º38.27%31.76%-
HSV(B)191.61º55.36%43.92%-
XYZ8.810.9616.98-
YUV86.42142.44102.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.08%
GREEN value IS 100 (39.45% from 255) = 38.17%
BLUE value IS 112 (44.14% from 255) = 42.75%
R=19.08%
G=38.17%
B=42.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501001120.550.1100.56191.6138.2731.76
Hex32647037B038c02620
Octal6214416067130703004640
Binary110010110010011100001101111011011100011000000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326470; }

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

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

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

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

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

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

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

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