Html Css Color HEX #325650 Blue Dianne

📋 copy color: '#325650'

red 50 ◦ green 86 ◦ blue 80

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

Shades of Blue Dianne #325650

Tints of Blue Dianne #325650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.04%

R = 23.15%
G = 39.81%
B = 37.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#325650 (or 0x325650) is known color: Blue Dianne. HEX triplet: 32, 56 and 50. RGB value is (50,86,80). Sum of RGB (Red+Green+Blue) = 50+86+80=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 86 - color contains mainly: green. Hex color #325650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325650 is #CDA9AF. Grayscale: #4A4A4A. Windows color (decimal): -13478320 or 5264946. OLE color: 5264946.

HSL color Cylindrical-coordinate representation of color #325650: hue angle of 170º 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 #325650 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 86 80 -
CMYK 0.42 0 0.07 0.66
HSL 170º 0.26% 0.27% -
HSV(B) 170º 0.42% 0.34% -
XYZ 6.09 7.91 8.8 -
YUV 74.55 131.07 110.49 -
System Red Green Blue C M Y K H S L
Decimal 50 86 80 0.42 0 0.07 0.66 170 0.26 0.27
Hex 32 56 50 2A 0 7 42 AA 1A 1B
Octal 62 126 120 52 0 7 102 252 32 33
Binary 110010 1010110 1010000 101010 0 111 1000010 10101010 11010 11011

Color Harmonies of #325650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325650

Black with #325650

Text Example


Text Example

White with #325650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325650; }

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

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

background-color css

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

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

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

border-color css

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

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

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