Html Css Color HEX #326385 Matisse

📋 copy color: '#326385'

red 50 ◦ green 99 ◦ blue 133

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

Shades of Matisse #326385

Tints of Matisse #326385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.16%

R = 17.73%
G = 35.11%
B = 47.16%

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

#326385 (or 0x326385) is known color: Matisse. HEX triplet: 32, 63 and 85. RGB value is (50,99,133). Sum of RGB (Red+Green+Blue) = 50+99+133=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #326385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326385 is #CD9C7A. Grayscale: #585858. Windows color (decimal): -13474939 or 8741682. OLE color: 8741682.

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

Color convert

RGB 50 99 133 -
CMYK 0.62 0.26 0 0.48
HSL 204.58º 0.45% 0.36% -
HSV(B) 204.58º 0.62% 0.52% -
XYZ 10.01 11.3 23.84 -
YUV 88.23 153.27 100.74 -
System Red Green Blue C M Y K H S L
Decimal 50 99 133 0.62 0.26 0 0.48 204.58 0.45 0.36
Hex 32 63 85 3E 1A 0 30 CD 2D 24
Octal 62 143 205 76 32 0 60 315 55 44
Binary 110010 1100011 10000101 111110 11010 0 110000 11001101 101101 100100

Color Harmonies of #326385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326385

Black with #326385

Text Example


Text Example

White with #326385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326385; }

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

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

background-color css

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

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

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

border-color css

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

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

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