Html Css Color HEX #326482 Matisse

📋 copy color: '#326482'

red 50 ◦ green 100 ◦ blue 130

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

Shades of Matisse #326482

Tints of Matisse #326482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.43%

R = 17.86%
G = 35.71%
B = 46.43%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#326482 (or 0x326482) is known color: Matisse. HEX triplet: 32, 64 and 82. RGB value is (50,100,130). Sum of RGB (Red+Green+Blue) = 50+100+130=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #326482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326482 is #CD9B7D. Grayscale: #585858. Windows color (decimal): -13474686 or 8545330. OLE color: 8545330.

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

Color convert

RGB 50 100 130 -
CMYK 0.62 0.23 0 0.49
HSL 202.5º 0.44% 0.35% -
HSV(B) 202.5º 0.62% 0.51% -
XYZ 9.9 11.4 22.8 -
YUV 88.47 151.44 100.56 -
System Red Green Blue C M Y K H S L
Decimal 50 100 130 0.62 0.23 0 0.49 202.5 0.44 0.35
Hex 32 64 82 3E 17 0 31 CA 2C 23
Octal 62 144 202 76 27 0 61 312 54 43
Binary 110010 1100100 10000010 111110 10111 0 110001 11001010 101100 100011

Color Harmonies of #326482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326482

Black with #326482

Text Example


Text Example

White with #326482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326482; }

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

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

background-color css

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

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

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

border-color css

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

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

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