Html Css Color HEX #356387 Matisse

📋 copy color: '#356387'

red 53 ◦ green 99 ◦ blue 135

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

Shades of Matisse #356387

Tints of Matisse #356387

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.49%

 BLUE value IS 135 (53.13% from 255) = 47.04%

R = 18.47%
G = 34.49%
B = 47.04%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#356387 (or 0x356387) is known color: Matisse. HEX triplet: 35, 63 and 87. RGB value is (53,99,135). Sum of RGB (Red+Green+Blue) = 53+99+135=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #356387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356387 is #CA9C78. Grayscale: #595959. Windows color (decimal): -13278329 or 8872757. OLE color: 8872757.

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

Color convert

RGB 53 99 135 -
CMYK 0.61 0.27 0 0.47
HSL 206.34º 0.44% 0.37% -
HSV(B) 206.34º 0.61% 0.53% -
XYZ 10.3 11.43 24.58 -
YUV 89.35 153.76 102.07 -
System Red Green Blue C M Y K H S L
Decimal 53 99 135 0.61 0.27 0 0.47 206.34 0.44 0.37
Hex 35 63 87 3D 1B 0 2F CE 2C 25
Octal 65 143 207 75 33 0 57 316 54 45
Binary 110101 1100011 10000111 111101 11011 0 101111 11001110 101100 100101

Color Harmonies of #356387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356387

Black with #356387

Text Example


Text Example

White with #356387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356387; }

 p { color: rgb(53,99,135); }

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

background-color css

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

 a { background-color: rgb(53,99,135); }

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

border-color css

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

 span { border-color: rgb(53,99,135); }

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