Html Css Color HEX #365775 Matisse

📋 copy color: '#365775'

red 54 ◦ green 87 ◦ blue 117

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

Shades of Matisse #365775

Tints of Matisse #365775

RGB

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

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

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

R = 20.93%
G = 33.72%
B = 45.35%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#365775 (or 0x365775) is known color: Matisse. HEX triplet: 36, 57 and 75. RGB value is (54,87,117). Sum of RGB (Red+Green+Blue) = 54+87+117=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #365775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365775 is #C9A88A. Grayscale: #505050. Windows color (decimal): -13215883 or 7690038. OLE color: 7690038.

HSL color Cylindrical-coordinate representation of color #365775: hue angle of 208.57º 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 #365775 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 87 117 -
CMYK 0.54 0.26 0 0.54
HSL 208.57º 0.37% 0.34% -
HSV(B) 208.57º 0.54% 0.46% -
XYZ 8.14 8.89 18.12 -
YUV 80.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 54 87 117 0.54 0.26 0 0.54 208.57 0.37 0.34
Hex 36 57 75 36 1A 0 36 D1 25 22
Octal 66 127 165 66 32 0 66 321 45 42
Binary 110110 1010111 1110101 110110 11010 0 110110 11010001 100101 100010

Color Harmonies of #365775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365775

Black with #365775

Text Example


Text Example

White with #365775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365775; }

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

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

background-color css

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

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

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

border-color css

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

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

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