Html Css Color HEX #325851 Blue Dianne

📋 copy color: '#325851'

red 50 ◦ green 88 ◦ blue 81

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

Shades of Blue Dianne #325851

Tints of Blue Dianne #325851

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.18%

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

R = 22.83%
G = 40.18%
B = 36.99%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#325851 (or 0x325851) is known color: Blue Dianne. HEX triplet: 32, 58 and 51. RGB value is (50,88,81). Sum of RGB (Red+Green+Blue) = 50+88+81=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 88 - color contains mainly: green. Hex color #325851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325851 is #CDA7AE. Grayscale: #4B4B4B. Windows color (decimal): -13477807 or 5330994. OLE color: 5330994.

HSL color Cylindrical-coordinate representation of color #325851: hue angle of 168.95º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325851 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 88 81 -
CMYK 0.43 0 0.08 0.65
HSL 168.95º 0.28% 0.27% -
HSV(B) 168.95º 0.43% 0.35% -
XYZ 6.29 8.25 9.05 -
YUV 75.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 50 88 81 0.43 0 0.08 0.65 168.95 0.28 0.27
Hex 32 58 51 2B 0 8 41 A9 1C 1B
Octal 62 130 121 53 0 10 101 251 34 33
Binary 110010 1011000 1010001 101011 0 1000 1000001 10101001 11100 11011

Color Harmonies of #325851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325851

Black with #325851

Text Example


Text Example

White with #325851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325851; }

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

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

background-color css

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

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

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

border-color css

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

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

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