Html Css Color HEX #355974 Matisse

📋 copy color: '#355974'

red 53 ◦ green 89 ◦ blue 116

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

Shades of Matisse #355974

Tints of Matisse #355974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.96%

R = 20.54%
G = 34.5%
B = 44.96%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#355974 (or 0x355974) is known color: Matisse. HEX triplet: 35, 59 and 74. RGB value is (53,89,116). Sum of RGB (Red+Green+Blue) = 53+89+116=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 116 - color contains mainly: blue. Hex color #355974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355974 is #CAA68B. Grayscale: #515151. Windows color (decimal): -13280908 or 7625013. OLE color: 7625013.

HSL color Cylindrical-coordinate representation of color #355974: hue angle of 205.71º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #355974 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 89 116 -
CMYK 0.54 0.23 0 0.55
HSL 205.71º 0.37% 0.33% -
HSV(B) 205.71º 0.54% 0.45% -
XYZ 8.19 9.16 17.86 -
YUV 81.31 147.57 107.8 -
System Red Green Blue C M Y K H S L
Decimal 53 89 116 0.54 0.23 0 0.55 205.71 0.37 0.33
Hex 35 59 74 36 17 0 37 CE 25 21
Octal 65 131 164 66 27 0 67 316 45 41
Binary 110101 1011001 1110100 110110 10111 0 110111 11001110 100101 100001

Color Harmonies of #355974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355974

Black with #355974

Text Example


Text Example

White with #355974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355974; }

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

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

background-color css

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

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

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

border-color css

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

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

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