Html Css Color HEX #325B56 Blue Dianne

📋 copy color: '#325B56'

red 50 ◦ green 91 ◦ blue 86

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

Shades of Blue Dianne #325B56

Tints of Blue Dianne #325B56

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.09%

 BLUE value IS 86 (33.98% from 255) = 37.89%

R = 22.03%
G = 40.09%
B = 37.89%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.64

RGB Variations

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

Color information

#325B56 (or 0x325B56) is known color: Blue Dianne. HEX triplet: 32, 5B and 56. RGB value is (50,91,86). Sum of RGB (Red+Green+Blue) = 50+91+86=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 91 - color contains mainly: green. Hex color #325B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B56 is #CDA4A9. Grayscale: #4E4E4E. Windows color (decimal): -13477034 or 5659442. OLE color: 5659442.

HSL color Cylindrical-coordinate representation of color #325B56: hue angle of 172.68º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #325B56 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 91 86 -
CMYK 0.45 0 0.05 0.64
HSL 172.68º 0.29% 0.28% -
HSV(B) 172.68º 0.45% 0.36% -
XYZ 6.74 8.83 10.15 -
YUV 78.17 132.42 107.91 -
System Red Green Blue C M Y K H S L
Decimal 50 91 86 0.45 0 0.05 0.64 172.68 0.29 0.28
Hex 32 5B 56 2D 0 5 40 AD 1D 1C
Octal 62 133 126 55 0 5 100 255 35 34
Binary 110010 1011011 1010110 101101 0 101 1000000 10101101 11101 11100

Color Harmonies of #325B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325B56

Black with #325B56

Text Example


Text Example

White with #325B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325B56; }

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

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

background-color css

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

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

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

border-color css

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

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

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