Html Css Color HEX #356389 Matisse

📋 copy color: '#356389'

red 53 ◦ green 99 ◦ blue 137

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

Shades of Matisse #356389

Tints of Matisse #356389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 47.4%

R = 18.34%
G = 34.26%
B = 47.4%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#356389 (or 0x356389) is known color: Matisse. HEX triplet: 35, 63 and 89. RGB value is (53,99,137). Sum of RGB (Red+Green+Blue) = 53+99+137=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #356389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356389 is #CA9C76. Grayscale: #595959. Windows color (decimal): -13278327 or 9003829. OLE color: 9003829.

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

Color convert

RGB 53 99 137 -
CMYK 0.61 0.28 0 0.46
HSL 207.14º 0.44% 0.37% -
HSV(B) 207.14º 0.61% 0.54% -
XYZ 10.45 11.49 25.33 -
YUV 89.58 154.76 101.91 -
System Red Green Blue C M Y K H S L
Decimal 53 99 137 0.61 0.28 0 0.46 207.14 0.44 0.37
Hex 35 63 89 3D 1C 0 2E CF 2C 25
Octal 65 143 211 75 34 0 56 317 54 45
Binary 110101 1100011 10001001 111101 11100 0 101110 11001111 101100 100101

Color Harmonies of #356389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356389

Black with #356389

Text Example


Text Example

White with #356389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356389; }

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

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

background-color css

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

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

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

border-color css

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

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

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