Html Css Color HEX #356584 Matisse

📋 copy color: '#356584'

red 53 ◦ green 101 ◦ blue 132

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

Shades of Matisse #356584

Tints of Matisse #356584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.15%

R = 18.53%
G = 35.31%
B = 46.15%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#356584 (or 0x356584) is known color: Matisse. HEX triplet: 35, 65 and 84. RGB value is (53,101,132). Sum of RGB (Red+Green+Blue) = 53+101+132=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #356584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356584 is #CA9A7B. Grayscale: #5A5A5A. Windows color (decimal): -13277820 or 8676661. OLE color: 8676661.

HSL color Cylindrical-coordinate representation of color #356584: hue angle of 203.54º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356584 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 101 132 -
CMYK 0.60 0.23 0 0.48
HSL 203.54º 0.43% 0.36% -
HSV(B) 203.54º 0.6% 0.52% -
XYZ 10.29 11.73 23.55 -
YUV 90.18 151.6 101.48 -
System Red Green Blue C M Y K H S L
Decimal 53 101 132 0.60 0.23 0 0.48 203.54 0.43 0.36
Hex 35 65 84 3C 17 0 30 CC 2B 24
Octal 65 145 204 74 27 0 60 314 53 44
Binary 110101 1100101 10000100 111100 10111 0 110000 11001100 101011 100100

Color Harmonies of #356584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356584

Black with #356584

Text Example


Text Example

White with #356584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356584; }

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

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

background-color css

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

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

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

border-color css

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

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

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