Html Css Color HEX #365475 Matisse

📋 copy color: '#365475'

red 54 ◦ green 84 ◦ blue 117

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

Shades of Matisse #365475

Tints of Matisse #365475

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.94%

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

R = 21.18%
G = 32.94%
B = 45.88%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#365475 (or 0x365475) is known color: Matisse. HEX triplet: 36, 54 and 75. RGB value is (54,84,117). Sum of RGB (Red+Green+Blue) = 54+84+117=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #365475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365475 is #C9AB8A. Grayscale: #4E4E4E. Windows color (decimal): -13216651 or 7689270. OLE color: 7689270.

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

Color convert

RGB 54 84 117 -
CMYK 0.54 0.28 0 0.54
HSL 211.43º 0.37% 0.34% -
HSV(B) 211.43º 0.54% 0.46% -
XYZ 7.9 8.41 18.04 -
YUV 78.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 54 84 117 0.54 0.28 0 0.54 211.43 0.37 0.34
Hex 36 54 75 36 1C 0 36 D3 25 22
Octal 66 124 165 66 34 0 66 323 45 42
Binary 110110 1010100 1110101 110110 11100 0 110110 11010011 100101 100010

Color Harmonies of #365475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365475

Black with #365475

Text Example


Text Example

White with #365475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365475; }

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

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

background-color css

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

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

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

border-color css

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

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

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