Html Css Color HEX #325D86 Matisse

📋 copy color: '#325D86'

red 50 ◦ green 93 ◦ blue 134

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

Shades of Matisse #325D86

Tints of Matisse #325D86

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.57%

 BLUE value IS 134 (52.73% from 255) = 48.38%

R = 18.05%
G = 33.57%
B = 48.38%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#325D86 (or 0x325D86) is known color: Matisse. HEX triplet: 32, 5D and 86. RGB value is (50,93,134). Sum of RGB (Red+Green+Blue) = 50+93+134=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 134 - color contains mainly: blue. Hex color #325D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325D86 is #CDA279. Grayscale: #545454. Windows color (decimal): -13476474 or 8805682. OLE color: 8805682.

HSL color Cylindrical-coordinate representation of color #325D86: hue angle of 209.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #325D86 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 93 134 -
CMYK 0.63 0.31 0 0.47
HSL 209.29º 0.46% 0.36% -
HSV(B) 209.29º 0.63% 0.53% -
XYZ 9.53 10.23 24.03 -
YUV 84.82 155.75 103.17 -
System Red Green Blue C M Y K H S L
Decimal 50 93 134 0.63 0.31 0 0.47 209.29 0.46 0.36
Hex 32 5D 86 3F 1F 0 2F D1 2E 24
Octal 62 135 206 77 37 0 57 321 56 44
Binary 110010 1011101 10000110 111111 11111 0 101111 11010001 101110 100100

Color Harmonies of #325D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D86

Black with #325D86

Text Example


Text Example

White with #325D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325D86; }

 p { color: rgb(50,93,134); }

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

background-color css

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

 a { background-color: rgb(50,93,134); }

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

border-color css

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

 span { border-color: rgb(50,93,134); }

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