Html Css Color HEX #365575 Matisse

📋 copy color: '#365575'

red 54 ◦ green 85 ◦ blue 117

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

Shades of Matisse #365575

Tints of Matisse #365575

RGB

 RED value IS 54 (21.48% from 255) = 21.09%

 GREEN value IS 85 (33.59% from 255) = 33.2%

 BLUE value IS 117 (46.09% from 255) = 45.7%

R = 21.09%
G = 33.2%
B = 45.7%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#365575 (or 0x365575) is known color: Matisse. HEX triplet: 36, 55 and 75. RGB value is (54,85,117). Sum of RGB (Red+Green+Blue) = 54+85+117=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #365575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365575 is #C9AA8A. Grayscale: #4F4F4F. Windows color (decimal): -13216395 or 7689526. OLE color: 7689526.

HSL color Cylindrical-coordinate representation of color #365575: hue angle of 210.48º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #365575 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 85 117 -
CMYK 0.54 0.27 0 0.54
HSL 210.48º 0.37% 0.34% -
HSV(B) 210.48º 0.54% 0.46% -
XYZ 7.98 8.57 18.06 -
YUV 79.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 54 85 117 0.54 0.27 0 0.54 210.48 0.37 0.34
Hex 36 55 75 36 1B 0 36 D2 25 22
Octal 66 125 165 66 33 0 66 322 45 42
Binary 110110 1010101 1110101 110110 11011 0 110110 11010010 100101 100010

Color Harmonies of #365575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365575

Black with #365575

Text Example


Text Example

White with #365575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365575; }

 p { color: rgb(54,85,117); }

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

background-color css

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

 a { background-color: rgb(54,85,117); }

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

border-color css

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

 span { border-color: rgb(54,85,117); }

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