Html Css Color HEX #355779 Matisse

📋 copy color: '#355779'

red 53 ◦ green 87 ◦ blue 121

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

Shades of Matisse #355779

Tints of Matisse #355779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.33%

 BLUE value IS 121 (47.66% from 255) = 46.36%

R = 20.31%
G = 33.33%
B = 46.36%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#355779 (or 0x355779) is known color: Matisse. HEX triplet: 35, 57 and 79. RGB value is (53,87,121). Sum of RGB (Red+Green+Blue) = 53+87+121=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #355779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355779 is #CAA886. Grayscale: #505050. Windows color (decimal): -13281415 or 7952181. OLE color: 7952181.

HSL color Cylindrical-coordinate representation of color #355779: hue angle of 210º 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 #355779 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 87 121 -
CMYK 0.56 0.28 0 0.53
HSL 210º 0.39% 0.34% -
HSV(B) 210º 0.56% 0.47% -
XYZ 8.33 8.95 19.38 -
YUV 80.71 150.74 108.24 -
System Red Green Blue C M Y K H S L
Decimal 53 87 121 0.56 0.28 0 0.53 210 0.39 0.34
Hex 35 57 79 38 1C 0 35 D2 27 22
Octal 65 127 171 70 34 0 65 322 47 42
Binary 110101 1010111 1111001 111000 11100 0 110101 11010010 100111 100010

Color Harmonies of #355779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355779

Black with #355779

Text Example


Text Example

White with #355779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355779; }

 p { color: rgb(53,87,121); }

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

background-color css

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

 a { background-color: rgb(53,87,121); }

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

border-color css

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

 span { border-color: rgb(53,87,121); }

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