Html Css Color HEX #356486 Matisse

📋 copy color: '#356486'

red 53 ◦ green 100 ◦ blue 134

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

Shades of Matisse #356486

Tints of Matisse #356486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.84%

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

R = 18.47%
G = 34.84%
B = 46.69%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#356486 (or 0x356486) is known color: Matisse. HEX triplet: 35, 64 and 86. RGB value is (53,100,134). Sum of RGB (Red+Green+Blue) = 53+100+134=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 134 - color contains mainly: blue. Hex color #356486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356486 is #CA9B79. Grayscale: #595959. Windows color (decimal): -13278074 or 8807477. OLE color: 8807477.

HSL color Cylindrical-coordinate representation of color #356486: hue angle of 205.19º 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 #356486 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 100 134 -
CMYK 0.60 0.25 0 0.47
HSL 205.19º 0.43% 0.37% -
HSV(B) 205.19º 0.6% 0.53% -
XYZ 10.33 11.59 24.25 -
YUV 89.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 53 100 134 0.60 0.25 0 0.47 205.19 0.43 0.37
Hex 35 64 86 3C 19 0 2F CD 2B 25
Octal 65 144 206 74 31 0 57 315 53 45
Binary 110101 1100100 10000110 111100 11001 0 101111 11001101 101011 100101

Color Harmonies of #356486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356486

Black with #356486

Text Example


Text Example

White with #356486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356486; }

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

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

background-color css

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

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

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

border-color css

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

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

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