Html Css Color HEX #366286 Matisse

📋 copy color: '#366286'

red 54 ◦ green 98 ◦ blue 134

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

Shades of Matisse #366286

Tints of Matisse #366286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.27%

 BLUE value IS 134 (52.73% from 255) = 46.85%

R = 18.88%
G = 34.27%
B = 46.85%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#366286 (or 0x366286) is known color: Matisse. HEX triplet: 36, 62 and 86. RGB value is (54,98,134). Sum of RGB (Red+Green+Blue) = 54+98+134=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #366286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366286 is #C99D79. Grayscale: #585858. Windows color (decimal): -13213050 or 8806966. OLE color: 8806966.

HSL color Cylindrical-coordinate representation of color #366286: hue angle of 207º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #366286 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 98 134 -
CMYK 0.60 0.27 0 0.47
HSL 207º 0.43% 0.37% -
HSV(B) 207º 0.6% 0.53% -
XYZ 10.19 11.24 24.19 -
YUV 88.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 54 98 134 0.60 0.27 0 0.47 207 0.43 0.37
Hex 36 62 86 3C 1B 0 2F CF 2B 25
Octal 66 142 206 74 33 0 57 317 53 45
Binary 110110 1100010 10000110 111100 11011 0 101111 11001111 101011 100101

Color Harmonies of #366286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366286

Black with #366286

Text Example


Text Example

White with #366286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366286; }

 p { color: rgb(54,98,134); }

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

background-color css

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

 a { background-color: rgb(54,98,134); }

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

border-color css

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

 span { border-color: rgb(54,98,134); }

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