#325E68

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

Shades of Blumine #325E68

Tints of Blumine #325E68

Color information

#325E68 (or 0x325E68) is unknown color: approx Blumine. HEX triplet: 32, 5E and 68. RGB value is (50,94,104). Sum of RGB (Red+Green+Blue) = 50+94+104=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 104 - color contains mainly: blue. Hex color #325E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325E68 is #CDA197. Grayscale: #515151. Windows color (decimal): -13476248 or 6839858. OLE color: 6839858.

HSL color Cylindrical-coordinate representation of color #325E68: hue angle of 191.11º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #325E68 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5094104-
CMYK0.520.1000.59
HSL191.11º35.06%30.2%-
HSV(B)191.11º51.92%40.78%-
XYZ7.829.6814.55-
YUV81.98140.42105.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 94 (37.11% from 255) = 37.90%
BLUE value IS 104 (41.02% from 255) = 41.94%
R=20.16%
G=37.90%
B=41.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50941040.520.1000.59191.1135.0630.2
Hex325E6834A03Bbf231e
Octal6213615064120732774336
Binary11001010111101101000110100101001110111011111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,94,104); }

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

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

 a { background-color: rgb(50,94,104); }

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

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

 span { border-color: rgb(50,94,104); }

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