Html Css Color HEX #366284 Matisse

📋 copy color: '#366284'

red 54 ◦ green 98 ◦ blue 132

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

Shades of Matisse #366284

Tints of Matisse #366284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.48%

R = 19.01%
G = 34.51%
B = 46.48%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#366284 (or 0x366284) is known color: Matisse. HEX triplet: 36, 62 and 84. RGB value is (54,98,132). Sum of RGB (Red+Green+Blue) = 54+98+132=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #366284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366284 is #C99D7B. Grayscale: #585858. Windows color (decimal): -13213052 or 8675894. OLE color: 8675894.

HSL color Cylindrical-coordinate representation of color #366284: hue angle of 206.15º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #366284 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 98 132 -
CMYK 0.59 0.26 0 0.48
HSL 206.15º 0.42% 0.36% -
HSV(B) 206.15º 0.59% 0.52% -
XYZ 10.05 11.19 23.46 -
YUV 88.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 54 98 132 0.59 0.26 0 0.48 206.15 0.42 0.36
Hex 36 62 84 3B 1A 0 30 CE 2A 24
Octal 66 142 204 73 32 0 60 316 52 44
Binary 110110 1100010 10000100 111011 11010 0 110000 11001110 101010 100100

Color Harmonies of #366284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366284

Black with #366284

Text Example


Text Example

White with #366284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366284; }

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

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

background-color css

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

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

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

border-color css

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

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

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