Html Css Color HEX #325150 Blue Dianne

📋 copy color: '#325150'

red 50 ◦ green 81 ◦ blue 80

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

Shades of Blue Dianne #325150

Tints of Blue Dianne #325150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.39%

 BLUE value IS 80 (31.64% from 255) = 37.91%

R = 23.7%
G = 38.39%
B = 37.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#325150 (or 0x325150) is known color: Blue Dianne. HEX triplet: 32, 51 and 50. RGB value is (50,81,80). Sum of RGB (Red+Green+Blue) = 50+81+80=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 81 - color contains mainly: green. Hex color #325150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325150 is #CDAEAF. Grayscale: #474747. Windows color (decimal): -13479600 or 5263666. OLE color: 5263666.

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

Color convert

RGB 50 81 80 -
CMYK 0.38 0 0.01 0.68
HSL 178.06º 0.24% 0.26% -
HSV(B) 178.06º 0.38% 0.32% -
XYZ 5.71 7.14 8.67 -
YUV 71.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 50 81 80 0.38 0 0.01 0.68 178.06 0.24 0.26
Hex 32 51 50 26 0 1 44 B2 18 1A
Octal 62 121 120 46 0 1 104 262 30 32
Binary 110010 1010001 1010000 100110 0 1 1000100 10110010 11000 11010

Color Harmonies of #325150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325150

Black with #325150

Text Example


Text Example

White with #325150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325150; }

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

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

background-color css

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

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

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

border-color css

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

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

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