Html Css Color HEX #325654 Blue Dianne

📋 copy color: '#325654'

red 50 ◦ green 86 ◦ blue 84

#325654
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Dianne #325654

Tints of Blue Dianne #325654

RGB

 RED value IS 50 (19.92% from 255) = 22.73%

 GREEN value IS 86 (33.98% from 255) = 39.09%

 BLUE value IS 84 (33.2% from 255) = 38.18%

R = 22.73%
G = 39.09%
B = 38.18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#325654 (or 0x325654) is known color: Blue Dianne. HEX triplet: 32, 56 and 54. RGB value is (50,86,84). Sum of RGB (Red+Green+Blue) = 50+86+84=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 86 - color contains mainly: green. Hex color #325654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325654 is #CDA9AB. Grayscale: #4A4A4A. Windows color (decimal): -13478316 or 5527090. OLE color: 5527090.

HSL color Cylindrical-coordinate representation of color #325654: hue angle of 176.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #325654 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 86 84 -
CMYK 0.42 0 0.02 0.66
HSL 176.67º 0.26% 0.27% -
HSV(B) 176.67º 0.42% 0.34% -
XYZ 6.24 7.97 9.6 -
YUV 75.01 133.07 110.16 -
System Red Green Blue C M Y K H S L
Decimal 50 86 84 0.42 0 0.02 0.66 176.67 0.26 0.27
Hex 32 56 54 2A 0 2 42 B1 1A 1B
Octal 62 126 124 52 0 2 102 261 32 33
Binary 110010 1010110 1010100 101010 0 10 1000010 10110001 11010 11011

Color Harmonies of #325654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325654

Black with #325654

Text Example


Text Example

White with #325654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325654; }

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

 H1.HeaderClassName
 {
   color: #325654;
 }
 .AnyTagClassName
 {
   color: #325654;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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