Html Css Color HEX #326389 Matisse

📋 copy color: '#326389'

red 50 ◦ green 99 ◦ blue 137

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

Shades of Matisse #326389

Tints of Matisse #326389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 47.9%

R = 17.48%
G = 34.62%
B = 47.9%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#326389 (or 0x326389) is known color: Matisse. HEX triplet: 32, 63 and 89. RGB value is (50,99,137). Sum of RGB (Red+Green+Blue) = 50+99+137=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #326389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326389 is #CD9C76. Grayscale: #585858. Windows color (decimal): -13474935 or 9003826. OLE color: 9003826.

HSL color Cylindrical-coordinate representation of color #326389: hue angle of 206.21º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #326389 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 99 137 -
CMYK 0.64 0.28 0 0.46
HSL 206.21º 0.47% 0.37% -
HSV(B) 206.21º 0.64% 0.54% -
XYZ 10.29 11.41 25.33 -
YUV 88.68 155.27 100.41 -
System Red Green Blue C M Y K H S L
Decimal 50 99 137 0.64 0.28 0 0.46 206.21 0.47 0.37
Hex 32 63 89 40 1C 0 2E CE 2F 25
Octal 62 143 211 100 34 0 56 316 57 45
Binary 110010 1100011 10001001 1000000 11100 0 101110 11001110 101111 100101

Color Harmonies of #326389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326389

Black with #326389

Text Example


Text Example

White with #326389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326389; }

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

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

background-color css

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

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

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

border-color css

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

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

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