Html Css Color HEX #326384 Matisse

📋 copy color: '#326384'

red 50 ◦ green 99 ◦ blue 132

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

Shades of Matisse #326384

Tints of Matisse #326384

RGB

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

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

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

R = 17.79%
G = 35.23%
B = 46.98%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#326384 (or 0x326384) is known color: Matisse. HEX triplet: 32, 63 and 84. RGB value is (50,99,132). Sum of RGB (Red+Green+Blue) = 50+99+132=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #326384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326384 is #CD9C7B. Grayscale: #575757. Windows color (decimal): -13474940 or 8676146. OLE color: 8676146.

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

Color convert

RGB 50 99 132 -
CMYK 0.62 0.25 0 0.48
HSL 204.15º 0.45% 0.36% -
HSV(B) 204.15º 0.62% 0.52% -
XYZ 9.94 11.27 23.48 -
YUV 88.11 152.77 100.82 -
System Red Green Blue C M Y K H S L
Decimal 50 99 132 0.62 0.25 0 0.48 204.15 0.45 0.36
Hex 32 63 84 3E 19 0 30 CC 2D 24
Octal 62 143 204 76 31 0 60 314 55 44
Binary 110010 1100011 10000100 111110 11001 0 110000 11001100 101101 100100

Color Harmonies of #326384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326384

Black with #326384

Text Example


Text Example

White with #326384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326384; }

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

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

background-color css

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

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

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

border-color css

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

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

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