Html Css Color HEX #326383 Matisse

📋 copy color: '#326383'

red 50 ◦ green 99 ◦ blue 131

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

Shades of Matisse #326383

Tints of Matisse #326383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.79%

R = 17.86%
G = 35.36%
B = 46.79%

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

#326383 (or 0x326383) is known color: Matisse. HEX triplet: 32, 63 and 83. RGB value is (50,99,131). Sum of RGB (Red+Green+Blue) = 50+99+131=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #326383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326383 is #CD9C7C. Grayscale: #575757. Windows color (decimal): -13474941 or 8610610. OLE color: 8610610.

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

Color convert

RGB 50 99 131 -
CMYK 0.62 0.24 0 0.49
HSL 203.7º 0.45% 0.35% -
HSV(B) 203.7º 0.62% 0.51% -
XYZ 9.87 11.24 23.12 -
YUV 88 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 50 99 131 0.62 0.24 0 0.49 203.7 0.45 0.35
Hex 32 63 83 3E 18 0 31 CC 2D 23
Octal 62 143 203 76 30 0 61 314 55 43
Binary 110010 1100011 10000011 111110 11000 0 110001 11001100 101101 100011

Color Harmonies of #326383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326383

Black with #326383

Text Example


Text Example

White with #326383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326383; }

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

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

background-color css

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

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

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

border-color css

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

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

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