Html Css Color HEX #326284 Matisse

📋 copy color: '#326284'

red 50 ◦ green 98 ◦ blue 132

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

Shades of Matisse #326284

Tints of Matisse #326284

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

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

R = 17.86%
G = 35%
B = 47.14%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#326284 (or 0x326284) is known color: Matisse. HEX triplet: 32, 62 and 84. RGB value is (50,98,132). Sum of RGB (Red+Green+Blue) = 50+98+132=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #326284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326284 is #CD9D7B. Grayscale: #575757. Windows color (decimal): -13475196 or 8675890. OLE color: 8675890.

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

Color convert

RGB 50 98 132 -
CMYK 0.62 0.26 0 0.48
HSL 204.88º 0.45% 0.36% -
HSV(B) 204.88º 0.62% 0.52% -
XYZ 9.85 11.08 23.45 -
YUV 87.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 50 98 132 0.62 0.26 0 0.48 204.88 0.45 0.36
Hex 32 62 84 3E 1A 0 30 CD 2D 24
Octal 62 142 204 76 32 0 60 315 55 44
Binary 110010 1100010 10000100 111110 11010 0 110000 11001101 101101 100100

Color Harmonies of #326284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326284

Black with #326284

Text Example


Text Example

White with #326284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326284; }

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

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

background-color css

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

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

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

border-color css

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

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

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