Html Css Color HEX #325A54 Blue Dianne

📋 copy color: '#325A54'

red 50 ◦ green 90 ◦ blue 84

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

Shades of Blue Dianne #325A54

Tints of Blue Dianne #325A54

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.18%

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

R = 22.32%
G = 40.18%
B = 37.5%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#325A54 (or 0x325A54) is known color: Blue Dianne. HEX triplet: 32, 5A and 54. RGB value is (50,90,84). Sum of RGB (Red+Green+Blue) = 50+90+84=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 90 - color contains mainly: green. Hex color #325A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A54 is #CDA5AB. Grayscale: #4D4D4D. Windows color (decimal): -13477292 or 5528114. OLE color: 5528114.

HSL color Cylindrical-coordinate representation of color #325A54: hue angle of 171º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #325A54 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 90 84 -
CMYK 0.44 0 0.07 0.65
HSL 171º 0.29% 0.27% -
HSV(B) 171º 0.44% 0.35% -
XYZ 6.57 8.63 9.71 -
YUV 77.36 131.75 108.49 -
System Red Green Blue C M Y K H S L
Decimal 50 90 84 0.44 0 0.07 0.65 171 0.29 0.27
Hex 32 5A 54 2C 0 7 41 AB 1D 1B
Octal 62 132 124 54 0 7 101 253 35 33
Binary 110010 1011010 1010100 101100 0 111 1000001 10101011 11101 11011

Color Harmonies of #325A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A54

Black with #325A54

Text Example


Text Example

White with #325A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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