#326072

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

Shades of Blumine #326072

Tints of Blumine #326072

Color information

#326072 (or 0x326072) is unknown color: approx Blumine. HEX triplet: 32, 60 and 72. RGB value is (50,96,114). Sum of RGB (Red+Green+Blue) = 50+96+114=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #326072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326072 is #CD9F8D. Grayscale: #545454. Windows color (decimal): -13475726 or 7495730. OLE color: 7495730.

HSL color Cylindrical-coordinate representation of color #326072: hue angle of 196.88º 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 #326072 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5096114-
CMYK0.560.1600.55
HSL196.88º39.02%32.16%-
HSV(B)196.88º56.14%44.71%-
XYZ8.5410.2617.45-
YUV84.3144.76103.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.23%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 114 (44.92% from 255) = 43.85%
R=19.23%
G=36.92%
B=43.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50961140.560.1600.55196.8839.0232.16
Hex3260723810037c52720
Octal6214016270200673054740
Binary1100101100000111001011100010000011011111000101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326072; }

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

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

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

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

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

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

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

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