Html Css Color HEX #356582 Matisse

📋 copy color: '#356582'

red 53 ◦ green 101 ◦ blue 130

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

Shades of Matisse #356582

Tints of Matisse #356582

RGB

 RED value IS 53 (21.09% from 255) = 18.66%

 GREEN value IS 101 (39.84% from 255) = 35.56%

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

R = 18.66%
G = 35.56%
B = 45.77%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#356582 (or 0x356582) is known color: Matisse. HEX triplet: 35, 65 and 82. RGB value is (53,101,130). Sum of RGB (Red+Green+Blue) = 53+101+130=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #356582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356582 is #CA9A7D. Grayscale: #595959. Windows color (decimal): -13277822 or 8545589. OLE color: 8545589.

HSL color Cylindrical-coordinate representation of color #356582: hue angle of 202.6º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #356582 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 101 130 -
CMYK 0.59 0.22 0 0.49
HSL 202.6º 0.42% 0.36% -
HSV(B) 202.6º 0.59% 0.51% -
XYZ 10.15 11.68 22.84 -
YUV 89.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 53 101 130 0.59 0.22 0 0.49 202.6 0.42 0.36
Hex 35 65 82 3B 16 0 31 CB 2A 24
Octal 65 145 202 73 26 0 61 313 52 44
Binary 110101 1100101 10000010 111011 10110 0 110001 11001011 101010 100100

Color Harmonies of #356582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356582

Black with #356582

Text Example


Text Example

White with #356582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356582; }

 p { color: rgb(53,101,130); }

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

background-color css

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

 a { background-color: rgb(53,101,130); }

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

border-color css

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

 span { border-color: rgb(53,101,130); }

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