#325A69

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

Shades of Blumine #325A69

Tints of Blumine #325A69

Color information

#325A69 (or 0x325A69) is unknown color: approx Blumine. HEX triplet: 32, 5A and 69. RGB value is (50,90,105). Sum of RGB (Red+Green+Blue) = 50+90+105=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #325A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A69 is #CDA596. Grayscale: #4F4F4F. Windows color (decimal): -13477271 or 6904370. OLE color: 6904370.

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

Color convert

RGB5090105-
CMYK0.520.1400.59
HSL196.36º35.48%30.39%-
HSV(B)196.36º52.38%41.18%-
XYZ7.529.0114.71-
YUV79.75142.25106.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 90 (35.55% from 255) = 36.73%
BLUE value IS 105 (41.41% from 255) = 42.86%
R=20.41%
G=36.73%
B=42.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50901050.520.1400.59196.3635.4830.39
Hex325A6934E03Bc4231e
Octal6213215164160733044336
Binary11001010110101101001110100111001110111100010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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