Html Css Color HEX #365978 Matisse

📋 copy color: '#365978'

red 54 ◦ green 89 ◦ blue 120

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

Shades of Matisse #365978

Tints of Matisse #365978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.63%

R = 20.53%
G = 33.84%
B = 45.63%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#365978 (or 0x365978) is known color: Matisse. HEX triplet: 36, 59 and 78. RGB value is (54,89,120). Sum of RGB (Red+Green+Blue) = 54+89+120=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #365978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365978 is #C9A687. Grayscale: #515151. Windows color (decimal): -13215368 or 7887158. OLE color: 7887158.

HSL color Cylindrical-coordinate representation of color #365978: hue angle of 208.18º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #365978 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 89 120 -
CMYK 0.55 0.26 0 0.53
HSL 208.18º 0.38% 0.34% -
HSV(B) 208.18º 0.55% 0.47% -
XYZ 8.48 9.29 19.11 -
YUV 82.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 54 89 120 0.55 0.26 0 0.53 208.18 0.38 0.34
Hex 36 59 78 37 1A 0 35 D0 26 22
Octal 66 131 170 67 32 0 65 320 46 42
Binary 110110 1011001 1111000 110111 11010 0 110101 11010000 100110 100010

Color Harmonies of #365978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365978

Black with #365978

Text Example


Text Example

White with #365978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365978; }

 p { color: rgb(54,89,120); }

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

background-color css

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

 a { background-color: rgb(54,89,120); }

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

border-color css

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

 span { border-color: rgb(54,89,120); }

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