Html Css Color HEX #365979 Matisse

📋 copy color: '#365979'

red 54 ◦ green 89 ◦ blue 121

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

Shades of Matisse #365979

Tints of Matisse #365979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 45.83%

R = 20.45%
G = 33.71%
B = 45.83%

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

#365979 (or 0x365979) is known color: Matisse. HEX triplet: 36, 59 and 79. RGB value is (54,89,121). Sum of RGB (Red+Green+Blue) = 54+89+121=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 121 - color contains mainly: blue. Hex color #365979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365979 is #C9A686. Grayscale: #525252. Windows color (decimal): -13215367 or 7952694. OLE color: 7952694.

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

Color convert

RGB 54 89 121 -
CMYK 0.55 0.26 0 0.53
HSL 208.66º 0.38% 0.34% -
HSV(B) 208.66º 0.55% 0.47% -
XYZ 8.54 9.31 19.44 -
YUV 82.18 149.9 107.9 -
System Red Green Blue C M Y K H S L
Decimal 54 89 121 0.55 0.26 0 0.53 208.66 0.38 0.34
Hex 36 59 79 37 1A 0 35 D1 26 22
Octal 66 131 171 67 32 0 65 321 46 42
Binary 110110 1011001 1111001 110111 11010 0 110101 11010001 100110 100010

Color Harmonies of #365979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365979

Black with #365979

Text Example


Text Example

White with #365979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365979; }

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

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

background-color css

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

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

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

border-color css

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

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

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