Html Css Color HEX #326488 Matisse

📋 copy color: '#326488'

red 50 ◦ green 100 ◦ blue 136

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

Shades of Matisse #326488

Tints of Matisse #326488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.97%

 BLUE value IS 136 (53.52% from 255) = 47.55%

R = 17.48%
G = 34.97%
B = 47.55%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#326488 (or 0x326488) is known color: Matisse. HEX triplet: 32, 64 and 88. RGB value is (50,100,136). Sum of RGB (Red+Green+Blue) = 50+100+136=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #326488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326488 is #CD9B77. Grayscale: #585858. Windows color (decimal): -13474680 or 8938546. OLE color: 8938546.

HSL color Cylindrical-coordinate representation of color #326488: hue angle of 205.12º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #326488 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 100 136 -
CMYK 0.63 0.26 0 0.47
HSL 205.12º 0.46% 0.36% -
HSV(B) 205.12º 0.63% 0.53% -
XYZ 10.32 11.57 24.98 -
YUV 89.15 154.44 100.07 -
System Red Green Blue C M Y K H S L
Decimal 50 100 136 0.63 0.26 0 0.47 205.12 0.46 0.36
Hex 32 64 88 3F 1A 0 2F CD 2E 24
Octal 62 144 210 77 32 0 57 315 56 44
Binary 110010 1100100 10001000 111111 11010 0 101111 11001101 101110 100100

Color Harmonies of #326488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326488

Black with #326488

Text Example


Text Example

White with #326488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326488; }

 p { color: rgb(50,100,136); }

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

background-color css

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

 a { background-color: rgb(50,100,136); }

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

border-color css

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

 span { border-color: rgb(50,100,136); }

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