Html Css Color HEX #356580 Matisse

📋 copy color: '#356580'

red 53 ◦ green 101 ◦ blue 128

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

Shades of Matisse #356580

Tints of Matisse #356580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 45.39%

R = 18.79%
G = 35.82%
B = 45.39%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#356580 (or 0x356580) is known color: Matisse. HEX triplet: 35, 65 and 80. RGB value is (53,101,128). Sum of RGB (Red+Green+Blue) = 53+101+128=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 128 - color contains mainly: blue. Hex color #356580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356580 is #CA9A7F. Grayscale: #595959. Windows color (decimal): -13277824 or 8414517. OLE color: 8414517.

HSL color Cylindrical-coordinate representation of color #356580: hue angle of 201.6º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #356580 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 101 128 -
CMYK 0.59 0.21 0 0.50
HSL 201.6º 0.41% 0.35% -
HSV(B) 201.6º 0.59% 0.5% -
XYZ 10.02 11.62 22.14 -
YUV 89.73 149.6 101.8 -
System Red Green Blue C M Y K H S L
Decimal 53 101 128 0.59 0.21 0 0.50 201.6 0.41 0.35
Hex 35 65 80 3B 15 0 32 CA 29 23
Octal 65 145 200 73 25 0 62 312 51 43
Binary 110101 1100101 10000000 111011 10101 0 110010 11001010 101001 100011

Color Harmonies of #356580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356580

Black with #356580

Text Example


Text Example

White with #356580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356580; }

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

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

background-color css

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

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

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

border-color css

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

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

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