Html Css Color HEX #325251 Blue Dianne

📋 copy color: '#325251'

red 50 ◦ green 82 ◦ blue 81

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

Shades of Blue Dianne #325251

Tints of Blue Dianne #325251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.5%

 BLUE value IS 81 (32.03% from 255) = 38.03%

R = 23.47%
G = 38.5%
B = 38.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#325251 (or 0x325251) is known color: Blue Dianne. HEX triplet: 32, 52 and 51. RGB value is (50,82,81). Sum of RGB (Red+Green+Blue) = 50+82+81=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #325251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325251 is #CDADAE. Grayscale: #484848. Windows color (decimal): -13479343 or 5329458. OLE color: 5329458.

HSL color Cylindrical-coordinate representation of color #325251: hue angle of 178.12º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #325251 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 82 81 -
CMYK 0.39 0 0.01 0.68
HSL 178.13º 0.24% 0.26% -
HSV(B) 178.13º 0.39% 0.32% -
XYZ 5.82 7.31 8.89 -
YUV 72.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 50 82 81 0.39 0 0.01 0.68 178.13 0.24 0.26
Hex 32 52 51 27 0 1 44 B2 18 1A
Octal 62 122 121 47 0 1 104 262 30 32
Binary 110010 1010010 1010001 100111 0 1 1000100 10110010 11000 11010

Color Harmonies of #325251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325251

Black with #325251

Text Example


Text Example

White with #325251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325251; }

 p { color: rgb(50,82,81); }

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

background-color css

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

 a { background-color: rgb(50,82,81); }

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

border-color css

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

 span { border-color: rgb(50,82,81); }

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