#325E69

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

Shades of Blumine #325E69

Tints of Blumine #325E69

Color information

#325E69 (or 0x325E69) is unknown color: approx Blumine. HEX triplet: 32, 5E and 69. RGB value is (50,94,105). Sum of RGB (Red+Green+Blue) = 50+94+105=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 105 - color contains mainly: blue. Hex color #325E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325E69 is #CDA196. Grayscale: #525252. Windows color (decimal): -13476247 or 6905394. OLE color: 6905394.

HSL color Cylindrical-coordinate representation of color #325E69: hue angle of 192º 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 #325E69 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5094105-
CMYK0.520.1000.59
HSL192º35.48%30.39%-
HSV(B)192º52.38%41.18%-
XYZ7.879.714.82-
YUV82.1140.92105.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 94 (37.11% from 255) = 37.75%
BLUE value IS 105 (41.41% from 255) = 42.17%
R=20.08%
G=37.75%
B=42.17%

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
Decimal50941050.520.1000.5919235.4830.39
Hex325E6934A03Bc0231e
Octal6213615164120733004336
Binary11001010111101101001110100101001110111100000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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