#32666D

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

Shades of Blumine #32666D

Tints of Blumine #32666D

Color information

#32666D (or 0x32666D) is unknown color: approx Blumine. HEX triplet: 32, 66 and 6D. RGB value is (50,102,109). Sum of RGB (Red+Green+Blue) = 50+102+109=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 109 - color contains mainly: blue. Hex color #32666D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32666D is #CD9992. Grayscale: #575757. Windows color (decimal): -13474195 or 7169586. OLE color: 7169586.

HSL color Cylindrical-coordinate representation of color #32666D: hue angle of 187.12º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32666D is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB50102109-
CMYK0.540.0600.57
HSL187.12º37.11%31.18%-
HSV(B)187.12º54.13%42.75%-
XYZ8.8311.2816.18-
YUV87.25140.27101.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 102 (40.23% from 255) = 39.08%
BLUE value IS 109 (42.97% from 255) = 41.76%
R=19.16%
G=39.08%
B=41.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal501021090.540.0600.57187.1237.1131.18
Hex32666D366039bb251f
Octal621461556660712734537
Binary1100101100110110110111011011001110011011101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32666D; }

 p { color: rgb(50,102,109); }

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

<style>
 a { background-color: #32666D; }

 a { background-color: rgb(50,102,109); }

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

<style>
 span { border-color: #32666D; }

 span { border-color: rgb(50,102,109); }

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