Html Css Color HEX #32504D Blue Dianne

📋 copy color: '#32504D'

red 50 ◦ green 80 ◦ blue 77

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

Shades of Blue Dianne #32504D

Tints of Blue Dianne #32504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.65%

 BLUE value IS 77 (30.47% from 255) = 37.2%

R = 24.15%
G = 38.65%
B = 37.2%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#32504D (or 0x32504D) is known color: Blue Dianne. HEX triplet: 32, 50 and 4D. RGB value is (50,80,77). Sum of RGB (Red+Green+Blue) = 50+80+77=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 80 - color contains mainly: green. Hex color #32504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32504D is #CDAFB2. Grayscale: #464646. Windows color (decimal): -13479859 or 5066802. OLE color: 5066802.

HSL color Cylindrical-coordinate representation of color #32504D: hue angle of 174º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32504D is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 80 77 -
CMYK 0.37 0 0.04 0.69
HSL 174º 0.23% 0.25% -
HSV(B) 174º 0.38% 0.31% -
XYZ 5.52 6.95 8.07 -
YUV 70.69 131.56 113.24 -
System Red Green Blue C M Y K H S L
Decimal 50 80 77 0.37 0 0.04 0.69 174 0.23 0.25
Hex 32 50 4D 25 0 4 45 AE 17 19
Octal 62 120 115 45 0 4 105 256 27 31
Binary 110010 1010000 1001101 100101 0 100 1000101 10101110 10111 11001

Color Harmonies of #32504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32504D

Black with #32504D

Text Example


Text Example

White with #32504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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