Html Css Color HEX #325853 Blue Dianne

📋 copy color: '#325853'

red 50 ◦ green 88 ◦ blue 83

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

Shades of Blue Dianne #325853

Tints of Blue Dianne #325853

RGB

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

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

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

R = 22.62%
G = 39.82%
B = 37.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#325853 (or 0x325853) is known color: Blue Dianne. HEX triplet: 32, 58 and 53. RGB value is (50,88,83). Sum of RGB (Red+Green+Blue) = 50+88+83=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 88 - color contains mainly: green. Hex color #325853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325853 is #CDA7AC. Grayscale: #4C4C4C. Windows color (decimal): -13477805 or 5462066. OLE color: 5462066.

HSL color Cylindrical-coordinate representation of color #325853: hue angle of 172.11º 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 #325853 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 88 83 -
CMYK 0.43 0 0.06 0.65
HSL 172.11º 0.28% 0.27% -
HSV(B) 172.11º 0.43% 0.35% -
XYZ 6.37 8.28 9.45 -
YUV 76.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 50 88 83 0.43 0 0.06 0.65 172.11 0.28 0.27
Hex 32 58 53 2B 0 6 41 AC 1C 1B
Octal 62 130 123 53 0 6 101 254 34 33
Binary 110010 1011000 1010011 101011 0 110 1000001 10101100 11100 11011

Color Harmonies of #325853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325853

Black with #325853

Text Example


Text Example

White with #325853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325853; }

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

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

background-color css

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

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

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

border-color css

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

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

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