#325B64

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

Shades of Blumine #325B64

Tints of Blumine #325B64

Color information

#325B64 (or 0x325B64) is unknown color: approx Blumine. HEX triplet: 32, 5B and 64. RGB value is (50,91,100). Sum of RGB (Red+Green+Blue) = 50+91+100=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 100 - color contains mainly: blue. Hex color #325B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B64 is #CDA49B. Grayscale: #4F4F4F. Windows color (decimal): -13477020 or 6576946. OLE color: 6576946.

HSL color Cylindrical-coordinate representation of color #325B64: hue angle of 190.8º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #325B64 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5091100-
CMYK0.500.0900.61
HSL190.8º33.33%29.41%-
HSV(B)190.8º50%39.22%-
XYZ7.369.0813.42-
YUV79.77139.42106.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 91 (35.94% from 255) = 37.76%
BLUE value IS 100 (39.45% from 255) = 41.49%
R=20.75%
G=37.76%
B=41.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal50911000.500.0900.61190.833.3329.41
Hex325B6432903Dbf211d
Octal6213314462110752774135
Binary11001010110111100100110010100101111011011111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325B64; }

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

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

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

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

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

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

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

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