Html Css Color HEX #325F85 Matisse

📋 copy color: '#325F85'

red 50 ◦ green 95 ◦ blue 133

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

Shades of Matisse #325F85

Tints of Matisse #325F85

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.17%

 BLUE value IS 133 (52.34% from 255) = 47.84%

R = 17.99%
G = 34.17%
B = 47.84%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#325F85 (or 0x325F85) is known color: Matisse. HEX triplet: 32, 5F and 85. RGB value is (50,95,133). Sum of RGB (Red+Green+Blue) = 50+95+133=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #325F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325F85 is #CDA07A. Grayscale: #555555. Windows color (decimal): -13475963 or 8740658. OLE color: 8740658.

HSL color Cylindrical-coordinate representation of color #325F85: hue angle of 207.47º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #325F85 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 95 133 -
CMYK 0.62 0.29 0 0.48
HSL 207.47º 0.45% 0.36% -
HSV(B) 207.47º 0.62% 0.52% -
XYZ 9.64 10.56 23.72 -
YUV 85.88 154.59 102.41 -
System Red Green Blue C M Y K H S L
Decimal 50 95 133 0.62 0.29 0 0.48 207.47 0.45 0.36
Hex 32 5F 85 3E 1D 0 30 CF 2D 24
Octal 62 137 205 76 35 0 60 317 55 44
Binary 110010 1011111 10000101 111110 11101 0 110000 11001111 101101 100100

Color Harmonies of #325F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325F85

Black with #325F85

Text Example


Text Example

White with #325F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,95,133); }

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

background-color css

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

 a { background-color: rgb(50,95,133); }

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

border-color css

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

 span { border-color: rgb(50,95,133); }

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