#32676F

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

Shades of Blumine #32676F

Tints of Blumine #32676F

Color information

#32676F (or 0x32676F) is unknown color: approx Blumine. HEX triplet: 32, 67 and 6F. RGB value is (50,103,111). Sum of RGB (Red+Green+Blue) = 50+103+111=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 111 - color contains mainly: blue. Hex color #32676F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32676F is #CD9890. Grayscale: #575757. Windows color (decimal): -13473937 or 7300914. OLE color: 7300914.

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

Color convert

RGB50103111-
CMYK0.550.0700.56
HSL187.87º37.89%31.57%-
HSV(B)187.87º54.95%43.53%-
XYZ9.0311.5316.79-
YUV88.06140.94100.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 103 (40.62% from 255) = 39.02%
BLUE value IS 111 (43.75% from 255) = 42.05%
R=18.94%
G=39.02%
B=42.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501031110.550.0700.56187.8737.8931.57
Hex32676F377038bc2620
Octal621471576770702744640
Binary11001011001111101111110111111011100010111100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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