#326267

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

Shades of Blumine #326267

Tints of Blumine #326267

Color information

#326267 (or 0x326267) is unknown color: approx Blumine. HEX triplet: 32, 62 and 67. RGB value is (50,98,103). Sum of RGB (Red+Green+Blue) = 50+98+103=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 103 - color contains mainly: blue. Hex color #326267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326267 is #CD9D98. Grayscale: #545454. Windows color (decimal): -13475225 or 6775346. OLE color: 6775346.

HSL color Cylindrical-coordinate representation of color #326267: hue angle of 185.66º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #326267 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5098103-
CMYK0.510.0500.60
HSL185.66º34.64%30%-
HSV(B)185.66º51.46%40.39%-
XYZ8.1310.3914.41-
YUV84.22138.6103.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 103 (40.62% from 255) = 41.04%
R=19.92%
G=39.04%
B=41.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50981030.510.0500.60185.6634.6430
Hex32626733503Cba231e
Octal621421476350742724336
Binary1100101100010110011111001110101111001011101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326267; }

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

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

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

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

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

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

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

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