Html Css Color HEX #326282 Matisse

📋 copy color: '#326282'

red 50 ◦ green 98 ◦ blue 130

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

Shades of Matisse #326282

Tints of Matisse #326282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.76%

R = 17.99%
G = 35.25%
B = 46.76%

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

#326282 (or 0x326282) is known color: Matisse. HEX triplet: 32, 62 and 82. RGB value is (50,98,130). Sum of RGB (Red+Green+Blue) = 50+98+130=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #326282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326282 is #CD9D7D. Grayscale: #575757. Windows color (decimal): -13475198 or 8544818. OLE color: 8544818.

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

Color convert

RGB 50 98 130 -
CMYK 0.62 0.25 0 0.49
HSL 204º 0.44% 0.35% -
HSV(B) 204º 0.62% 0.51% -
XYZ 9.71 11.03 22.74 -
YUV 87.3 152.1 101.4 -
System Red Green Blue C M Y K H S L
Decimal 50 98 130 0.62 0.25 0 0.49 204 0.44 0.35
Hex 32 62 82 3E 19 0 31 CC 2C 23
Octal 62 142 202 76 31 0 61 314 54 43
Binary 110010 1100010 10000010 111110 11001 0 110001 11001100 101100 100011

Color Harmonies of #326282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326282

Black with #326282

Text Example


Text Example

White with #326282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326282; }

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

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

background-color css

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

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

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

border-color css

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

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

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