Html Css Color HEX #355978 Matisse

📋 copy color: '#355978'

red 53 ◦ green 89 ◦ blue 120

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

Shades of Matisse #355978

Tints of Matisse #355978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.97%

 BLUE value IS 120 (47.27% from 255) = 45.8%

R = 20.23%
G = 33.97%
B = 45.8%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#355978 (or 0x355978) is known color: Matisse. HEX triplet: 35, 59 and 78. RGB value is (53,89,120). Sum of RGB (Red+Green+Blue) = 53+89+120=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #355978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355978 is #CAA687. Grayscale: #515151. Windows color (decimal): -13280904 or 7887157. OLE color: 7887157.

HSL color Cylindrical-coordinate representation of color #355978: hue angle of 207.76º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #355978 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 89 120 -
CMYK 0.56 0.26 0 0.53
HSL 207.76º 0.39% 0.34% -
HSV(B) 207.76º 0.56% 0.47% -
XYZ 8.43 9.26 19.11 -
YUV 81.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 53 89 120 0.56 0.26 0 0.53 207.76 0.39 0.34
Hex 35 59 78 38 1A 0 35 D0 27 22
Octal 65 131 170 70 32 0 65 320 47 42
Binary 110101 1011001 1111000 111000 11010 0 110101 11010000 100111 100010

Color Harmonies of #355978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355978

Black with #355978

Text Example


Text Example

White with #355978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355978; }

 p { color: rgb(53,89,120); }

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

background-color css

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

 a { background-color: rgb(53,89,120); }

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

border-color css

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

 span { border-color: rgb(53,89,120); }

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