Html Css Color HEX #325B55 Blue Dianne

📋 copy color: '#325B55'

red 50 ◦ green 91 ◦ blue 85

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

Shades of Blue Dianne #325B55

Tints of Blue Dianne #325B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.61%

R = 22.12%
G = 40.27%
B = 37.61%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.64

RGB Variations

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

Color information

#325B55 (or 0x325B55) is known color: Blue Dianne. HEX triplet: 32, 5B and 55. RGB value is (50,91,85). Sum of RGB (Red+Green+Blue) = 50+91+85=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 91 - color contains mainly: green. Hex color #325B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B55 is #CDA4AA. Grayscale: #4E4E4E. Windows color (decimal): -13477035 or 5593906. OLE color: 5593906.

HSL color Cylindrical-coordinate representation of color #325B55: hue angle of 171.22º 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 #325B55 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 91 85 -
CMYK 0.45 0 0.07 0.64
HSL 171.22º 0.29% 0.28% -
HSV(B) 171.22º 0.45% 0.36% -
XYZ 6.7 8.82 9.94 -
YUV 78.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 50 91 85 0.45 0 0.07 0.64 171.22 0.29 0.28
Hex 32 5B 55 2D 0 7 40 AB 1D 1C
Octal 62 133 125 55 0 7 100 253 35 34
Binary 110010 1011011 1010101 101101 0 111 1000000 10101011 11101 11100

Color Harmonies of #325B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325B55

Black with #325B55

Text Example


Text Example

White with #325B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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