#32646C

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

Shades of Blumine #32646C

Tints of Blumine #32646C

Color information

#32646C (or 0x32646C) is unknown color: approx Blumine. HEX triplet: 32, 64 and 6C. RGB value is (50,100,108). Sum of RGB (Red+Green+Blue) = 50+100+108=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #32646C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32646C is #CD9B93. Grayscale: #555555. Windows color (decimal): -13474708 or 7103538. OLE color: 7103538.

HSL color Cylindrical-coordinate representation of color #32646C: hue angle of 188.28º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32646C is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB50100108-
CMYK0.540.0700.58
HSL188.28º36.71%30.98%-
HSV(B)188.28º53.7%42.35%-
XYZ8.5810.8815.83-
YUV85.96140.44102.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.38%
GREEN value IS 100 (39.45% from 255) = 38.76%
BLUE value IS 108 (42.58% from 255) = 41.86%
R=19.38%
G=38.76%
B=41.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal501001080.540.0700.58188.2836.7130.98
Hex32646C36703Abc251f
Octal621441546670722744537
Binary1100101100100110110011011011101110101011110010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32646C; }

 p { color: rgb(50,100,108); }

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

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

 a { background-color: rgb(50,100,108); }

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

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

 span { border-color: rgb(50,100,108); }

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