Html Css Color HEX #356489 Matisse

📋 copy color: '#356489'

red 53 ◦ green 100 ◦ blue 137

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

Shades of Matisse #356489

Tints of Matisse #356489

RGB

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

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

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

R = 18.28%
G = 34.48%
B = 47.24%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#356489 (or 0x356489) is known color: Matisse. HEX triplet: 35, 64 and 89. RGB value is (53,100,137). Sum of RGB (Red+Green+Blue) = 53+100+137=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #356489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356489 is #CA9B76. Grayscale: #595959. Windows color (decimal): -13278071 or 9004085. OLE color: 9004085.

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

Color convert

RGB 53 100 137 -
CMYK 0.61 0.27 0 0.46
HSL 206.43º 0.44% 0.37% -
HSV(B) 206.43º 0.61% 0.54% -
XYZ 10.54 11.68 25.37 -
YUV 90.17 154.43 101.49 -
System Red Green Blue C M Y K H S L
Decimal 53 100 137 0.61 0.27 0 0.46 206.43 0.44 0.37
Hex 35 64 89 3D 1B 0 2E CE 2C 25
Octal 65 144 211 75 33 0 56 316 54 45
Binary 110101 1100100 10001001 111101 11011 0 101110 11001110 101100 100101

Color Harmonies of #356489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356489

Black with #356489

Text Example


Text Example

White with #356489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356489; }

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

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

background-color css

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

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

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

border-color css

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

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

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