Html Css Color HEX #325753 Blue Dianne

📋 copy color: '#325753'

red 50 ◦ green 87 ◦ blue 83

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

Shades of Blue Dianne #325753

Tints of Blue Dianne #325753

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.55%

 BLUE value IS 83 (32.81% from 255) = 37.73%

R = 22.73%
G = 39.55%
B = 37.73%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#325753 (or 0x325753) is known color: Blue Dianne. HEX triplet: 32, 57 and 53. RGB value is (50,87,83). Sum of RGB (Red+Green+Blue) = 50+87+83=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 87 - color contains mainly: green. Hex color #325753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325753 is #CDA8AC. Grayscale: #4B4B4B. Windows color (decimal): -13478061 or 5461810. OLE color: 5461810.

HSL color Cylindrical-coordinate representation of color #325753: hue angle of 173.51º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325753 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 87 83 -
CMYK 0.43 0 0.05 0.66
HSL 173.51º 0.27% 0.27% -
HSV(B) 173.51º 0.43% 0.34% -
XYZ 6.28 8.12 9.42 -
YUV 75.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 50 87 83 0.43 0 0.05 0.66 173.51 0.27 0.27
Hex 32 57 53 2B 0 5 42 AE 1B 1B
Octal 62 127 123 53 0 5 102 256 33 33
Binary 110010 1010111 1010011 101011 0 101 1000010 10101110 11011 11011

Color Harmonies of #325753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325753

Black with #325753

Text Example


Text Example

White with #325753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325753; }

 p { color: rgb(50,87,83); }

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

background-color css

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

 a { background-color: rgb(50,87,83); }

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

border-color css

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

 span { border-color: rgb(50,87,83); }

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