Html Css Color HEX #356286 Matisse

📋 copy color: '#356286'

red 53 ◦ green 98 ◦ blue 134

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

Shades of Matisse #356286

Tints of Matisse #356286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 47.02%

R = 18.6%
G = 34.39%
B = 47.02%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#356286 (or 0x356286) is known color: Matisse. HEX triplet: 35, 62 and 86. RGB value is (53,98,134). Sum of RGB (Red+Green+Blue) = 53+98+134=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #356286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356286 is #CA9D79. Grayscale: #585858. Windows color (decimal): -13278586 or 8806965. OLE color: 8806965.

HSL color Cylindrical-coordinate representation of color #356286: hue angle of 206.67º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356286 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 98 134 -
CMYK 0.60 0.27 0 0.47
HSL 206.67º 0.43% 0.37% -
HSV(B) 206.67º 0.6% 0.53% -
XYZ 10.14 11.21 24.18 -
YUV 88.65 153.59 102.57 -
System Red Green Blue C M Y K H S L
Decimal 53 98 134 0.60 0.27 0 0.47 206.67 0.43 0.37
Hex 35 62 86 3C 1B 0 2F CF 2B 25
Octal 65 142 206 74 33 0 57 317 53 45
Binary 110101 1100010 10000110 111100 11011 0 101111 11001111 101011 100101

Color Harmonies of #356286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356286

Black with #356286

Text Example


Text Example

White with #356286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356286; }

 p { color: rgb(53,98,134); }

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

background-color css

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

 a { background-color: rgb(53,98,134); }

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

border-color css

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

 span { border-color: rgb(53,98,134); }

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