#326372

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

Shades of Blumine #326372

Tints of Blumine #326372

Color information

#326372 (or 0x326372) is unknown color: approx Blumine. HEX triplet: 32, 63 and 72. RGB value is (50,99,114). Sum of RGB (Red+Green+Blue) = 50+99+114=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #326372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326372 is #CD9C8D. Grayscale: #555555. Windows color (decimal): -13474958 or 7496498. OLE color: 7496498.

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

Color convert

RGB5099114-
CMYK0.560.1300.55
HSL194.06º39.02%32.16%-
HSV(B)194.06º56.14%44.71%-
XYZ8.8110.8217.54-
YUV86.06143.77102.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 99 (39.06% from 255) = 37.64%
BLUE value IS 114 (44.92% from 255) = 43.35%
R=19.01%
G=37.64%
B=43.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50991140.560.1300.55194.0639.0232.16
Hex32637238D037c22720
Octal6214316270150673024740
Binary110010110001111100101110001101011011111000010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326372; }

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

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

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

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

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

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

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

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