Html Css Color HEX #366080 Matisse

📋 copy color: '#366080'

red 54 ◦ green 96 ◦ blue 128

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

Shades of Matisse #366080

Tints of Matisse #366080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.53%

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

R = 19.42%
G = 34.53%
B = 46.04%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#366080 (or 0x366080) is known color: Matisse. HEX triplet: 36, 60 and 80. RGB value is (54,96,128). Sum of RGB (Red+Green+Blue) = 54+96+128=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 128 - color contains mainly: blue. Hex color #366080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366080 is #C99F7F. Grayscale: #565656. Windows color (decimal): -13213568 or 8413238. OLE color: 8413238.

HSL color Cylindrical-coordinate representation of color #366080: hue angle of 205.95º 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 #366080 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 96 128 -
CMYK 0.58 0.25 0 0.50
HSL 205.95º 0.41% 0.36% -
HSV(B) 205.95º 0.58% 0.5% -
XYZ 9.6 10.71 21.98 -
YUV 87.09 151.09 104.4 -
System Red Green Blue C M Y K H S L
Decimal 54 96 128 0.58 0.25 0 0.50 205.95 0.41 0.36
Hex 36 60 80 3A 19 0 32 CE 29 24
Octal 66 140 200 72 31 0 62 316 51 44
Binary 110110 1100000 10000000 111010 11001 0 110010 11001110 101001 100100

Color Harmonies of #366080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366080

Black with #366080

Text Example


Text Example

White with #366080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366080; }

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

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

background-color css

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

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

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

border-color css

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

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

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