Html Css Color HEX #325452 Blue Dianne

📋 copy color: '#325452'

red 50 ◦ green 84 ◦ blue 82

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

Shades of Blue Dianne #325452

Tints of Blue Dianne #325452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.89%

 BLUE value IS 82 (32.42% from 255) = 37.96%

R = 23.15%
G = 38.89%
B = 37.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#325452 (or 0x325452) is known color: Blue Dianne. HEX triplet: 32, 54 and 52. RGB value is (50,84,82). Sum of RGB (Red+Green+Blue) = 50+84+82=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 84 - color contains mainly: green. Hex color #325452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325452 is #CDABAD. Grayscale: #494949. Windows color (decimal): -13478830 or 5395506. OLE color: 5395506.

HSL color Cylindrical-coordinate representation of color #325452: hue angle of 176.47º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #325452 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 84 82 -
CMYK 0.40 0 0.02 0.67
HSL 176.47º 0.25% 0.26% -
HSV(B) 176.47º 0.4% 0.33% -
XYZ 6.01 7.63 9.14 -
YUV 73.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 50 84 82 0.40 0 0.02 0.67 176.47 0.25 0.26
Hex 32 54 52 28 0 2 43 B0 19 1A
Octal 62 124 122 50 0 2 103 260 31 32
Binary 110010 1010100 1010010 101000 0 10 1000011 10110000 11001 11010

Color Harmonies of #325452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325452

Black with #325452

Text Example


Text Example

White with #325452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325452; }

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

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

background-color css

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

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

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

border-color css

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

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

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