#325B6A

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

Shades of Blumine #325B6A

Tints of Blumine #325B6A

Color information

#325B6A (or 0x325B6A) is unknown color: approx Blumine. HEX triplet: 32, 5B and 6A. RGB value is (50,91,106). Sum of RGB (Red+Green+Blue) = 50+91+106=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 106 - color contains mainly: blue. Hex color #325B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B6A is #CDA495. Grayscale: #505050. Windows color (decimal): -13477014 or 6970162. OLE color: 6970162.

HSL color Cylindrical-coordinate representation of color #325B6A: hue angle of 196.07º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #325B6A is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5091106-
CMYK0.530.1400.58
HSL196.07º35.9%30.59%-
HSV(B)196.07º52.83%41.57%-
XYZ7.669.215.01-
YUV80.45142.42106.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 91 (35.94% from 255) = 36.84%
BLUE value IS 106 (41.80% from 255) = 42.91%
R=20.24%
G=36.84%
B=42.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50911060.530.1400.58196.0735.930.59
Hex325B6A35E03Ac4241f
Octal6213315265160723044437
Binary11001010110111101010110101111001110101100010010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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