Html Css Color HEX #355679 Matisse

📋 copy color: '#355679'

red 53 ◦ green 86 ◦ blue 121

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

Shades of Matisse #355679

Tints of Matisse #355679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.08%

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

R = 20.38%
G = 33.08%
B = 46.54%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#355679 (or 0x355679) is known color: Matisse. HEX triplet: 35, 56 and 79. RGB value is (53,86,121). Sum of RGB (Red+Green+Blue) = 53+86+121=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 121 - color contains mainly: blue. Hex color #355679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355679 is #CAA986. Grayscale: #4F4F4F. Windows color (decimal): -13281671 or 7951925. OLE color: 7951925.

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

Color convert

RGB 53 86 121 -
CMYK 0.56 0.29 0 0.53
HSL 210.88º 0.39% 0.34% -
HSV(B) 210.88º 0.56% 0.47% -
XYZ 8.25 8.79 19.35 -
YUV 80.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 53 86 121 0.56 0.29 0 0.53 210.88 0.39 0.34
Hex 35 56 79 38 1D 0 35 D3 27 22
Octal 65 126 171 70 35 0 65 323 47 42
Binary 110101 1010110 1111001 111000 11101 0 110101 11010011 100111 100010

Color Harmonies of #355679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355679

Black with #355679

Text Example


Text Example

White with #355679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355679; }

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

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

background-color css

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

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

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

border-color css

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

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

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