Html Css Color HEX #356189 Matisse

📋 copy color: '#356189'

red 53 ◦ green 97 ◦ blue 137

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

Shades of Matisse #356189

Tints of Matisse #356189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.8%

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

R = 18.47%
G = 33.8%
B = 47.74%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#356189 (or 0x356189) is known color: Matisse. HEX triplet: 35, 61 and 89. RGB value is (53,97,137). Sum of RGB (Red+Green+Blue) = 53+97+137=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #356189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356189 is #CA9E76. Grayscale: #585858. Windows color (decimal): -13278839 or 9003317. OLE color: 9003317.

HSL color Cylindrical-coordinate representation of color #356189: hue angle of 208.57º 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 #356189 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 97 137 -
CMYK 0.61 0.29 0 0.46
HSL 208.57º 0.44% 0.37% -
HSV(B) 208.57º 0.61% 0.54% -
XYZ 10.26 11.11 25.27 -
YUV 88.4 155.42 102.75 -
System Red Green Blue C M Y K H S L
Decimal 53 97 137 0.61 0.29 0 0.46 208.57 0.44 0.37
Hex 35 61 89 3D 1D 0 2E D1 2C 25
Octal 65 141 211 75 35 0 56 321 54 45
Binary 110101 1100001 10001001 111101 11101 0 101110 11010001 101100 100101

Color Harmonies of #356189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356189

Black with #356189

Text Example


Text Example

White with #356189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356189; }

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

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

background-color css

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

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

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

border-color css

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

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

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