Html Css Color HEX #326088 Matisse

📋 copy color: '#326088'

red 50 ◦ green 96 ◦ blue 136

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

Shades of Matisse #326088

Tints of Matisse #326088

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.04%

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

R = 17.73%
G = 34.04%
B = 48.23%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#326088 (or 0x326088) is known color: Matisse. HEX triplet: 32, 60 and 88. RGB value is (50,96,136). Sum of RGB (Red+Green+Blue) = 50+96+136=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #326088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326088 is #CD9F77. Grayscale: #565656. Windows color (decimal): -13475704 or 8937522. OLE color: 8937522.

HSL color Cylindrical-coordinate representation of color #326088: hue angle of 207.91º 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 #326088 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 96 136 -
CMYK 0.63 0.29 0 0.47
HSL 207.91º 0.46% 0.36% -
HSV(B) 207.91º 0.63% 0.53% -
XYZ 9.94 10.82 24.86 -
YUV 86.81 155.76 101.75 -
System Red Green Blue C M Y K H S L
Decimal 50 96 136 0.63 0.29 0 0.47 207.91 0.46 0.36
Hex 32 60 88 3F 1D 0 2F D0 2E 24
Octal 62 140 210 77 35 0 57 320 56 44
Binary 110010 1100000 10001000 111111 11101 0 101111 11010000 101110 100100

Color Harmonies of #326088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326088

Black with #326088

Text Example


Text Example

White with #326088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326088; }

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

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

background-color css

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

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

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

border-color css

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

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

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