#326371

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

Shades of Blumine #326371

Tints of Blumine #326371

Color information

#326371 (or 0x326371) is unknown color: approx Blumine. HEX triplet: 32, 63 and 71. RGB value is (50,99,113). Sum of RGB (Red+Green+Blue) = 50+99+113=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #326371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326371 is #CD9C8E. Grayscale: #555555. Windows color (decimal): -13474959 or 7430962. OLE color: 7430962.

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

Color convert

RGB5099113-
CMYK0.560.1200.56
HSL193.33º38.65%31.96%-
HSV(B)193.33º55.75%44.31%-
XYZ8.7610.7917.24-
YUV85.94143.27102.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.08%
GREEN value IS 99 (39.06% from 255) = 37.79%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=19.08%
G=37.79%
B=43.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50991130.560.1200.56193.3338.6531.96
Hex32637138C038c12720
Octal6214316170140703014740
Binary110010110001111100011110001100011100011000001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326371; }

 p { color: rgb(50,99,113); }

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

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

 a { background-color: rgb(50,99,113); }

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

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

 span { border-color: rgb(50,99,113); }

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