Html Css Color HEX #326480 Matisse

📋 copy color: '#326480'

red 50 ◦ green 100 ◦ blue 128

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

Shades of Matisse #326480

Tints of Matisse #326480

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.97%

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

R = 17.99%
G = 35.97%
B = 46.04%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#326480 (or 0x326480) is known color: Matisse. HEX triplet: 32, 64 and 80. RGB value is (50,100,128). Sum of RGB (Red+Green+Blue) = 50+100+128=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 128 - color contains mainly: blue. Hex color #326480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326480 is #CD9B7F. Grayscale: #585858. Windows color (decimal): -13474688 or 8414258. OLE color: 8414258.

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

Color convert

RGB 50 100 128 -
CMYK 0.61 0.22 0 0.50
HSL 201.54º 0.44% 0.35% -
HSV(B) 201.54º 0.61% 0.5% -
XYZ 9.77 11.35 22.1 -
YUV 88.24 150.44 100.72 -
System Red Green Blue C M Y K H S L
Decimal 50 100 128 0.61 0.22 0 0.50 201.54 0.44 0.35
Hex 32 64 80 3D 16 0 32 CA 2C 23
Octal 62 144 200 75 26 0 62 312 54 43
Binary 110010 1100100 10000000 111101 10110 0 110010 11001010 101100 100011

Color Harmonies of #326480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326480

Black with #326480

Text Example


Text Example

White with #326480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326480; }

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

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

background-color css

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

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

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

border-color css

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

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

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