Html Css Color HEX #326481 Matisse

📋 copy color: '#326481'

red 50 ◦ green 100 ◦ blue 129

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

Shades of Matisse #326481

Tints of Matisse #326481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.24%

R = 17.92%
G = 35.84%
B = 46.24%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#326481 (or 0x326481) is known color: Matisse. HEX triplet: 32, 64 and 81. RGB value is (50,100,129). Sum of RGB (Red+Green+Blue) = 50+100+129=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 129 - color contains mainly: blue. Hex color #326481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326481 is #CD9B7E. Grayscale: #585858. Windows color (decimal): -13474687 or 8479794. OLE color: 8479794.

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

Color convert

RGB 50 100 129 -
CMYK 0.61 0.22 0 0.49
HSL 202.03º 0.44% 0.35% -
HSV(B) 202.03º 0.61% 0.51% -
XYZ 9.84 11.38 22.45 -
YUV 88.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 50 100 129 0.61 0.22 0 0.49 202.03 0.44 0.35
Hex 32 64 81 3D 16 0 31 CA 2C 23
Octal 62 144 201 75 26 0 61 312 54 43
Binary 110010 1100100 10000001 111101 10110 0 110001 11001010 101100 100011

Color Harmonies of #326481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326481

Black with #326481

Text Example


Text Example

White with #326481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326481; }

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

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

background-color css

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

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

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

border-color css

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

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

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