#325854

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

Shades of Blue Dianne #325854

Tints of Blue Dianne #325854

Color information

#325854 (or 0x325854) is unknown color: approx Blue Dianne. HEX triplet: 32, 58 and 54. RGB value is (50,88,84). Sum of RGB (Red+Green+Blue) = 50+88+84=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 88 - color contains mainly: green. Hex color #325854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325854 is #CDA7AB. Grayscale: #4C4C4C. Windows color (decimal): -13477804 or 5527602. OLE color: 5527602.

HSL color Cylindrical-coordinate representation of color #325854: hue angle of 173.68º 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 #325854 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.65.

Color convert

RGB508884-
CMYK0.4300.050.65
HSL173.68º27.54%27.06%-
HSV(B)173.68º43.18%34.51%-
XYZ6.418.39.65-
YUV76.18132.41109.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 88 (34.77% from 255) = 39.64%
BLUE value IS 84 (33.20% from 255) = 37.84%
R=22.52%
G=39.64%
B=37.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088840.4300.050.65173.6827.5427.06
Hex3258542B0541ae1c1b
Octal6213012453051012563433
Binary1100101011000101010010101101011000001101011101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325854; }

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

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

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

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

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

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

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

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