Html Css Color HEX #326180 Matisse

📋 copy color: '#326180'

red 50 ◦ green 97 ◦ blue 128

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

Shades of Matisse #326180

Tints of Matisse #326180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.27%

 BLUE value IS 128 (50.39% from 255) = 46.55%

R = 18.18%
G = 35.27%
B = 46.55%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#326180 (or 0x326180) is known color: Matisse. HEX triplet: 32, 61 and 80. RGB value is (50,97,128). Sum of RGB (Red+Green+Blue) = 50+97+128=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #326180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326180 is #CD9E7F. Grayscale: #565656. Windows color (decimal): -13475456 or 8413490. OLE color: 8413490.

HSL color Cylindrical-coordinate representation of color #326180: hue angle of 203.85º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #326180 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 97 128 -
CMYK 0.61 0.24 0 0.50
HSL 203.85º 0.44% 0.35% -
HSV(B) 203.85º 0.61% 0.5% -
XYZ 9.49 10.79 22 -
YUV 86.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 50 97 128 0.61 0.24 0 0.50 203.85 0.44 0.35
Hex 32 61 80 3D 18 0 32 CC 2C 23
Octal 62 141 200 75 30 0 62 314 54 43
Binary 110010 1100001 10000000 111101 11000 0 110010 11001100 101100 100011

Color Harmonies of #326180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326180

Black with #326180

Text Example


Text Example

White with #326180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326180; }

 p { color: rgb(50,97,128); }

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

background-color css

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

 a { background-color: rgb(50,97,128); }

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

border-color css

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

 span { border-color: rgb(50,97,128); }

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