Html Css Color HEX #326083 Matisse

📋 copy color: '#326083'

red 50 ◦ green 96 ◦ blue 131

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

Shades of Matisse #326083

Tints of Matisse #326083

RGB

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

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

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

R = 18.05%
G = 34.66%
B = 47.29%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#326083 (or 0x326083) is known color: Matisse. HEX triplet: 32, 60 and 83. RGB value is (50,96,131). Sum of RGB (Red+Green+Blue) = 50+96+131=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #326083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326083 is #CD9F7C. Grayscale: #565656. Windows color (decimal): -13475709 or 8609842. OLE color: 8609842.

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

Color convert

RGB 50 96 131 -
CMYK 0.62 0.27 0 0.49
HSL 205.93º 0.45% 0.35% -
HSV(B) 205.93º 0.62% 0.51% -
XYZ 9.59 10.68 23.03 -
YUV 86.24 153.26 102.15 -
System Red Green Blue C M Y K H S L
Decimal 50 96 131 0.62 0.27 0 0.49 205.93 0.45 0.35
Hex 32 60 83 3E 1B 0 31 CE 2D 23
Octal 62 140 203 76 33 0 61 316 55 43
Binary 110010 1100000 10000011 111110 11011 0 110001 11001110 101101 100011

Color Harmonies of #326083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326083

Black with #326083

Text Example


Text Example

White with #326083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326083; }

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

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

background-color css

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

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

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

border-color css

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

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

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