#32646A

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

Shades of Blumine #32646A

Tints of Blumine #32646A

Color information

#32646A (or 0x32646A) is unknown color: approx Blumine. HEX triplet: 32, 64 and 6A. RGB value is (50,100,106). Sum of RGB (Red+Green+Blue) = 50+100+106=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #32646A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32646A is #CD9B95. Grayscale: #555555. Windows color (decimal): -13474710 or 6972466. OLE color: 6972466.

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

Color convert

RGB50100106-
CMYK0.530.0600.58
HSL186.43º35.9%30.59%-
HSV(B)186.43º52.83%41.57%-
XYZ8.4710.8315.28-
YUV85.73139.44102.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 100 (39.45% from 255) = 39.06%
BLUE value IS 106 (41.80% from 255) = 41.41%
R=19.53%
G=39.06%
B=41.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal501001060.530.0600.58186.4335.930.59
Hex32646A35603Aba241f
Octal621441526560722724437
Binary1100101100100110101011010111001110101011101010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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