#32626C

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

Shades of Blumine #32626C

Tints of Blumine #32626C

Color information

#32626C (or 0x32626C) is unknown color: approx Blumine. HEX triplet: 32, 62 and 6C. RGB value is (50,98,108). Sum of RGB (Red+Green+Blue) = 50+98+108=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 108 - color contains mainly: blue. Hex color #32626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32626C is #CD9D93. Grayscale: #545454. Windows color (decimal): -13475220 or 7103026. OLE color: 7103026.

HSL color Cylindrical-coordinate representation of color #32626C: hue angle of 190.34º 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 #32626C is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5098108-
CMYK0.540.0900.58
HSL190.34º36.71%30.98%-
HSV(B)190.34º53.7%42.35%-
XYZ8.3910.515.77-
YUV84.79141.1103.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 108 (42.58% from 255) = 42.19%
R=19.53%
G=38.28%
B=42.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50981080.540.0900.58190.3436.7130.98
Hex32626C36903Abe251f
Octal6214215466110722764537
Binary11001011000101101100110110100101110101011111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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