Html Css Color HEX #325B54 Blue Dianne

📋 copy color: '#325B54'

red 50 ◦ green 91 ◦ blue 84

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

Shades of Blue Dianne #325B54

Tints of Blue Dianne #325B54

RGB

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

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

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

R = 22.22%
G = 40.44%
B = 37.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#325B54 (or 0x325B54) is known color: Blue Dianne. HEX triplet: 32, 5B and 54. RGB value is (50,91,84). Sum of RGB (Red+Green+Blue) = 50+91+84=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 91 - color contains mainly: green. Hex color #325B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B54 is #CDA4AB. Grayscale: #4D4D4D. Windows color (decimal): -13477036 or 5528370. OLE color: 5528370.

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

Color convert

RGB 50 91 84 -
CMYK 0.45 0 0.08 0.64
HSL 169.76º 0.29% 0.28% -
HSV(B) 169.76º 0.45% 0.36% -
XYZ 6.66 8.8 9.74 -
YUV 77.94 131.42 108.07 -
System Red Green Blue C M Y K H S L
Decimal 50 91 84 0.45 0 0.08 0.64 169.76 0.29 0.28
Hex 32 5B 54 2D 0 8 40 AA 1D 1C
Octal 62 133 124 55 0 10 100 252 35 34
Binary 110010 1011011 1010100 101101 0 1000 1000000 10101010 11101 11100

Color Harmonies of #325B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325B54

Black with #325B54

Text Example


Text Example

White with #325B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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