Html Css Color HEX #326080 Matisse

📋 copy color: '#326080'

red 50 ◦ green 96 ◦ blue 128

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

Shades of Matisse #326080

Tints of Matisse #326080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.04%

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

R = 18.25%
G = 35.04%
B = 46.72%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#326080 (or 0x326080) is known color: Matisse. HEX triplet: 32, 60 and 80. RGB value is (50,96,128). Sum of RGB (Red+Green+Blue) = 50+96+128=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 128 - color contains mainly: blue. Hex color #326080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326080 is #CD9F7F. Grayscale: #555555. Windows color (decimal): -13475712 or 8413234. OLE color: 8413234.

HSL color Cylindrical-coordinate representation of color #326080: hue angle of 204.62º 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 #326080 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 96 128 -
CMYK 0.61 0.25 0 0.50
HSL 204.62º 0.44% 0.35% -
HSV(B) 204.62º 0.61% 0.5% -
XYZ 9.39 10.6 21.97 -
YUV 85.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 50 96 128 0.61 0.25 0 0.50 204.62 0.44 0.35
Hex 32 60 80 3D 19 0 32 CD 2C 23
Octal 62 140 200 75 31 0 62 315 54 43
Binary 110010 1100000 10000000 111101 11001 0 110010 11001101 101100 100011

Color Harmonies of #326080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326080

Black with #326080

Text Example


Text Example

White with #326080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326080; }

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

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

background-color css

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

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

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

border-color css

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

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

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