#32616F

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

Shades of Blumine #32616F

Tints of Blumine #32616F

Color information

#32616F (or 0x32616F) is unknown color: approx Blumine. HEX triplet: 32, 61 and 6F. RGB value is (50,97,111). Sum of RGB (Red+Green+Blue) = 50+97+111=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 111 - color contains mainly: blue. Hex color #32616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32616F is #CD9E90. Grayscale: #545454. Windows color (decimal): -13475473 or 7299378. OLE color: 7299378.

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

Color convert

RGB5097111-
CMYK0.550.1300.56
HSL193.77º37.89%31.57%-
HSV(B)193.77º54.95%43.53%-
XYZ8.4610.3816.6-
YUV84.54142.93103.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.38%
GREEN value IS 97 (38.28% from 255) = 37.60%
BLUE value IS 111 (43.75% from 255) = 43.02%
R=19.38%
G=37.60%
B=43.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50971110.550.1300.56193.7737.8931.57
Hex32616F37D038c22620
Octal6214115767150703024640
Binary110010110000111011111101111101011100011000010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32616F; }

 p { color: rgb(50,97,111); }

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

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

 a { background-color: rgb(50,97,111); }

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

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

 span { border-color: rgb(50,97,111); }

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