#325853

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

Shades of Blue Dianne #325853

Tints of Blue Dianne #325853

Color information

#325853 (or 0x325853) is unknown color: approx Blue Dianne. HEX triplet: 32, 58 and 53. RGB value is (50,88,83). Sum of RGB (Red+Green+Blue) = 50+88+83=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 88 - color contains mainly: green. Hex color #325853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325853 is #CDA7AC. Grayscale: #4C4C4C. Windows color (decimal): -13477805 or 5462066. OLE color: 5462066.

HSL color Cylindrical-coordinate representation of color #325853: hue angle of 172.11º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325853 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB508883-
CMYK0.4300.060.65
HSL172.11º27.54%27.06%-
HSV(B)172.11º43.18%34.51%-
XYZ6.378.289.45-
YUV76.07131.91109.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 88 (34.77% from 255) = 39.82%
BLUE value IS 83 (32.81% from 255) = 37.56%
R=22.62%
G=39.82%
B=37.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088830.4300.060.65172.1127.5427.06
Hex3258532B0641ac1c1b
Octal6213012353061012543433
Binary1100101011000101001110101101101000001101011001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325853; }

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

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

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

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

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

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

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

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