Html Css Color HEX #326283 Matisse

📋 copy color: '#326283'

red 50 ◦ green 98 ◦ blue 131

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

Shades of Matisse #326283

Tints of Matisse #326283

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.13%

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

R = 17.92%
G = 35.13%
B = 46.95%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#326283 (or 0x326283) is known color: Matisse. HEX triplet: 32, 62 and 83. RGB value is (50,98,131). Sum of RGB (Red+Green+Blue) = 50+98+131=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #326283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326283 is #CD9D7C. Grayscale: #575757. Windows color (decimal): -13475197 or 8610354. OLE color: 8610354.

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

Color convert

RGB 50 98 131 -
CMYK 0.62 0.25 0 0.49
HSL 204.44º 0.45% 0.35% -
HSV(B) 204.44º 0.62% 0.51% -
XYZ 9.78 11.05 23.09 -
YUV 87.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 50 98 131 0.62 0.25 0 0.49 204.44 0.45 0.35
Hex 32 62 83 3E 19 0 31 CC 2D 23
Octal 62 142 203 76 31 0 61 314 55 43
Binary 110010 1100010 10000011 111110 11001 0 110001 11001100 101101 100011

Color Harmonies of #326283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326283

Black with #326283

Text Example


Text Example

White with #326283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326283; }

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

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

background-color css

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

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

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

border-color css

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

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

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