#325B75

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

Shades of Blumine #325B75

Tints of Blumine #325B75

Color information

#325B75 (or 0x325B75) is unknown color: approx Blumine. HEX triplet: 32, 5B and 75. RGB value is (50,91,117). Sum of RGB (Red+Green+Blue) = 50+91+117=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #325B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B75 is #CDA48A. Grayscale: #515151. Windows color (decimal): -13477003 or 7691058. OLE color: 7691058.

HSL color Cylindrical-coordinate representation of color #325B75: hue angle of 203.28º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #325B75 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5091117-
CMYK0.570.2200.54
HSL203.28º40.12%32.75%-
HSV(B)203.28º57.26%45.88%-
XYZ8.279.4418.22-
YUV81.7147.92105.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.38%
GREEN value IS 91 (35.94% from 255) = 35.27%
BLUE value IS 117 (46.09% from 255) = 45.35%
R=19.38%
G=35.27%
B=45.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50911170.570.2200.54203.2840.1232.75
Hex325B753916036cb2821
Octal6213316571260663135041
Binary1100101011011111010111100110110011011011001011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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