Html Css Color HEX #325647 Spectra

📋 copy color: '#325647'

red 50 ◦ green 86 ◦ blue 71

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

Shades of Spectra #325647

Tints of Spectra #325647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.55%

 BLUE value IS 71 (28.13% from 255) = 34.3%

R = 24.15%
G = 41.55%
B = 34.3%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#325647 (or 0x325647) is known color: Spectra. HEX triplet: 32, 56 and 47. RGB value is (50,86,71). Sum of RGB (Red+Green+Blue) = 50+86+71=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 86 - color contains mainly: green. Hex color #325647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325647 is #CDA9B8. Grayscale: #494949. Windows color (decimal): -13478329 or 4675122. OLE color: 4675122.

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

Color convert

RGB 50 86 71 -
CMYK 0.42 0 0.17 0.66
HSL 155º 0.26% 0.27% -
HSV(B) 155º 0.42% 0.34% -
XYZ 5.78 7.79 7.16 -
YUV 73.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 50 86 71 0.42 0 0.17 0.66 155 0.26 0.27
Hex 32 56 47 2A 0 11 42 9B 1A 1B
Octal 62 126 107 52 0 21 102 233 32 33
Binary 110010 1010110 1000111 101010 0 10001 1000010 10011011 11010 11011

Color Harmonies of #325647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325647

Black with #325647

Text Example


Text Example

White with #325647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325647; }

 p { color: rgb(50,86,71); }

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

background-color css

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

 a { background-color: rgb(50,86,71); }

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

border-color css

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

 span { border-color: rgb(50,86,71); }

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