Html Css Color HEX #326084 Matisse

📋 copy color: '#326084'

red 50 ◦ green 96 ◦ blue 132

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

Shades of Matisse #326084

Tints of Matisse #326084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.48%

R = 17.99%
G = 34.53%
B = 47.48%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#326084 (or 0x326084) is known color: Matisse. HEX triplet: 32, 60 and 84. RGB value is (50,96,132). Sum of RGB (Red+Green+Blue) = 50+96+132=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #326084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326084 is #CD9F7B. Grayscale: #565656. Windows color (decimal): -13475708 or 8675378. OLE color: 8675378.

HSL color Cylindrical-coordinate representation of color #326084: hue angle of 206.34º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #326084 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 96 132 -
CMYK 0.62 0.27 0 0.48
HSL 206.34º 0.45% 0.36% -
HSV(B) 206.34º 0.62% 0.52% -
XYZ 9.66 10.71 23.39 -
YUV 86.35 153.76 102.07 -
System Red Green Blue C M Y K H S L
Decimal 50 96 132 0.62 0.27 0 0.48 206.34 0.45 0.36
Hex 32 60 84 3E 1B 0 30 CE 2D 24
Octal 62 140 204 76 33 0 60 316 55 44
Binary 110010 1100000 10000100 111110 11011 0 110000 11001110 101101 100100

Color Harmonies of #326084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326084

Black with #326084

Text Example


Text Example

White with #326084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326084; }

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

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

background-color css

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

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

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

border-color css

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

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

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