Html Css Color HEX #366580 Matisse

📋 copy color: '#366580'

red 54 ◦ green 101 ◦ blue 128

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

Shades of Matisse #366580

Tints of Matisse #366580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.69%

 BLUE value IS 128 (50.39% from 255) = 45.23%

R = 19.08%
G = 35.69%
B = 45.23%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#366580 (or 0x366580) is known color: Matisse. HEX triplet: 36, 65 and 80. RGB value is (54,101,128). Sum of RGB (Red+Green+Blue) = 54+101+128=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #366580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366580 is #C99A7F. Grayscale: #595959. Windows color (decimal): -13212288 or 8414518. OLE color: 8414518.

HSL color Cylindrical-coordinate representation of color #366580: hue angle of 201.89º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #366580 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 101 128 -
CMYK 0.58 0.21 0 0.50
HSL 201.89º 0.41% 0.36% -
HSV(B) 201.89º 0.58% 0.5% -
XYZ 10.07 11.65 22.14 -
YUV 90.03 149.43 102.3 -
System Red Green Blue C M Y K H S L
Decimal 54 101 128 0.58 0.21 0 0.50 201.89 0.41 0.36
Hex 36 65 80 3A 15 0 32 CA 29 24
Octal 66 145 200 72 25 0 62 312 51 44
Binary 110110 1100101 10000000 111010 10101 0 110010 11001010 101001 100100

Color Harmonies of #366580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366580

Black with #366580

Text Example


Text Example

White with #366580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366580; }

 p { color: rgb(54,101,128); }

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

background-color css

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

 a { background-color: rgb(54,101,128); }

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

border-color css

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

 span { border-color: rgb(54,101,128); }

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