Html Css Color HEX #326382 Matisse

📋 copy color: '#326382'

red 50 ◦ green 99 ◦ blue 130

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

Shades of Matisse #326382

Tints of Matisse #326382

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.48%

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

R = 17.92%
G = 35.48%
B = 46.59%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#326382 (or 0x326382) is known color: Matisse. HEX triplet: 32, 63 and 82. RGB value is (50,99,130). Sum of RGB (Red+Green+Blue) = 50+99+130=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #326382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326382 is #CD9C7D. Grayscale: #575757. Windows color (decimal): -13474942 or 8545074. OLE color: 8545074.

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

Color convert

RGB 50 99 130 -
CMYK 0.62 0.24 0 0.49
HSL 203.25º 0.44% 0.35% -
HSV(B) 203.25º 0.62% 0.51% -
XYZ 9.81 11.21 22.77 -
YUV 87.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 50 99 130 0.62 0.24 0 0.49 203.25 0.44 0.35
Hex 32 63 82 3E 18 0 31 CB 2C 23
Octal 62 143 202 76 30 0 61 313 54 43
Binary 110010 1100011 10000010 111110 11000 0 110001 11001011 101100 100011

Color Harmonies of #326382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326382

Black with #326382

Text Example


Text Example

White with #326382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326382; }

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

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

background-color css

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

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

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

border-color css

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

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

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