Html Css Color HEX #326081 Matisse

📋 copy color: '#326081'

red 50 ◦ green 96 ◦ blue 129

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

Shades of Matisse #326081

Tints of Matisse #326081

RGB

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

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

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

R = 18.18%
G = 34.91%
B = 46.91%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#326081 (or 0x326081) is known color: Matisse. HEX triplet: 32, 60 and 81. RGB value is (50,96,129). Sum of RGB (Red+Green+Blue) = 50+96+129=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #326081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326081 is #CD9F7E. Grayscale: #555555. Windows color (decimal): -13475711 or 8478770. OLE color: 8478770.

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

Color convert

RGB 50 96 129 -
CMYK 0.61 0.26 0 0.49
HSL 205.06º 0.44% 0.35% -
HSV(B) 205.06º 0.61% 0.51% -
XYZ 9.46 10.63 22.32 -
YUV 86.01 152.26 102.32 -
System Red Green Blue C M Y K H S L
Decimal 50 96 129 0.61 0.26 0 0.49 205.06 0.44 0.35
Hex 32 60 81 3D 1A 0 31 CD 2C 23
Octal 62 140 201 75 32 0 61 315 54 43
Binary 110010 1100000 10000001 111101 11010 0 110001 11001101 101100 100011

Color Harmonies of #326081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326081

Black with #326081

Text Example


Text Example

White with #326081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326081; }

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

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

background-color css

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

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

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

border-color css

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

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

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