Html Css Color HEX #365975 Matisse

📋 copy color: '#365975'

red 54 ◦ green 89 ◦ blue 117

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

Shades of Matisse #365975

Tints of Matisse #365975

RGB

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

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

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

R = 20.77%
G = 34.23%
B = 45%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#365975 (or 0x365975) is known color: Matisse. HEX triplet: 36, 59 and 75. RGB value is (54,89,117). Sum of RGB (Red+Green+Blue) = 54+89+117=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #365975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365975 is #C9A68A. Grayscale: #515151. Windows color (decimal): -13215371 or 7690550. OLE color: 7690550.

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

Color convert

RGB 54 89 117 -
CMYK 0.54 0.24 0 0.54
HSL 206.67º 0.37% 0.34% -
HSV(B) 206.67º 0.54% 0.46% -
XYZ 8.3 9.21 18.17 -
YUV 81.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 54 89 117 0.54 0.24 0 0.54 206.67 0.37 0.34
Hex 36 59 75 36 18 0 36 CF 25 22
Octal 66 131 165 66 30 0 66 317 45 42
Binary 110110 1011001 1110101 110110 11000 0 110110 11001111 100101 100010

Color Harmonies of #365975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365975

Black with #365975

Text Example


Text Example

White with #365975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365975; }

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

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

background-color css

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

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

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

border-color css

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

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

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