#325766

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

Shades of Blumine #325766

Tints of Blumine #325766

Color information

#325766 (or 0x325766) is unknown color: approx Blumine. HEX triplet: 32, 57 and 66. RGB value is (50,87,102). Sum of RGB (Red+Green+Blue) = 50+87+102=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 102 - color contains mainly: blue. Hex color #325766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325766 is #CDA899. Grayscale: #4D4D4D. Windows color (decimal): -13478042 or 6706994. OLE color: 6706994.

HSL color Cylindrical-coordinate representation of color #325766: hue angle of 197.31º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #325766 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5087102-
CMYK0.510.1500.6
HSL197.31º34.21%29.8%-
HSV(B)197.31º50.98%40%-
XYZ7.128.4513.83-
YUV77.65141.74108.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.92%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=20.92%
G=36.40%
B=42.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50871020.510.1500.6197.3134.2129.8
Hex32576633F03Cc5221e
Octal6212714663170743054236
Binary11001010101111100110110011111101111001100010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325766; }

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

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

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

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

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

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

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

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