#325865

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

Shades of Blumine #325865

Tints of Blumine #325865

Color information

#325865 (or 0x325865) is unknown color: approx Blumine. HEX triplet: 32, 58 and 65. RGB value is (50,88,101). Sum of RGB (Red+Green+Blue) = 50+88+101=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 101 - color contains mainly: blue. Hex color #325865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325865 is #CDA79A. Grayscale: #4E4E4E. Windows color (decimal): -13477787 or 6641714. OLE color: 6641714.

HSL color Cylindrical-coordinate representation of color #325865: hue angle of 195.29º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #325865 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5088101-
CMYK0.500.1300.60
HSL195.29º33.77%29.61%-
HSV(B)195.29º50.5%39.61%-
XYZ7.158.613.59-
YUV78.12140.91107.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.92%
GREEN value IS 88 (34.77% from 255) = 36.82%
BLUE value IS 101 (39.84% from 255) = 42.26%
R=20.92%
G=36.82%
B=42.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50881010.500.1300.60195.2933.7729.61
Hex32586532D03Cc3221e
Octal6213014562150743034236
Binary11001010110001100101110010110101111001100001110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325865; }

 p { color: rgb(50,88,101); }

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

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

 a { background-color: rgb(50,88,101); }

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

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

 span { border-color: rgb(50,88,101); }

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