Html Css Color HEX #355D82 Matisse

📋 copy color: '#355D82'

red 53 ◦ green 93 ◦ blue 130

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

Shades of Matisse #355D82

Tints of Matisse #355D82

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.7%

 BLUE value IS 130 (51.17% from 255) = 47.1%

R = 19.2%
G = 33.7%
B = 47.1%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#355D82 (or 0x355D82) is known color: Matisse. HEX triplet: 35, 5D and 82. RGB value is (53,93,130). Sum of RGB (Red+Green+Blue) = 53+93+130=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #355D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355D82 is #CAA27D. Grayscale: #555555. Windows color (decimal): -13279870 or 8543541. OLE color: 8543541.

HSL color Cylindrical-coordinate representation of color #355D82: hue angle of 208.83º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #355D82 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 93 130 -
CMYK 0.59 0.28 0 0.49
HSL 208.83º 0.42% 0.36% -
HSV(B) 208.83º 0.59% 0.51% -
XYZ 9.41 10.2 22.59 -
YUV 85.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 53 93 130 0.59 0.28 0 0.49 208.83 0.42 0.36
Hex 35 5D 82 3B 1C 0 31 D1 2A 24
Octal 65 135 202 73 34 0 61 321 52 44
Binary 110101 1011101 10000010 111011 11100 0 110001 11010001 101010 100100

Color Harmonies of #355D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355D82

Black with #355D82

Text Example


Text Example

White with #355D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355D82; }

 p { color: rgb(53,93,130); }

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

background-color css

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

 a { background-color: rgb(53,93,130); }

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

border-color css

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

 span { border-color: rgb(53,93,130); }

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