Html Css Color HEX #366386 Matisse

📋 copy color: '#366386'

red 54 ◦ green 99 ◦ blue 134

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

Shades of Matisse #366386

Tints of Matisse #366386

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.49%

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

R = 18.82%
G = 34.49%
B = 46.69%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#366386 (or 0x366386) is known color: Matisse. HEX triplet: 36, 63 and 86. RGB value is (54,99,134). Sum of RGB (Red+Green+Blue) = 54+99+134=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 134 - color contains mainly: blue. Hex color #366386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366386 is #C99C79. Grayscale: #595959. Windows color (decimal): -13212794 or 8807222. OLE color: 8807222.

HSL color Cylindrical-coordinate representation of color #366386: hue angle of 206.25º 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 #366386 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 99 134 -
CMYK 0.60 0.26 0 0.47
HSL 206.25º 0.43% 0.37% -
HSV(B) 206.25º 0.6% 0.53% -
XYZ 10.29 11.43 24.22 -
YUV 89.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 54 99 134 0.60 0.26 0 0.47 206.25 0.43 0.37
Hex 36 63 86 3C 1A 0 2F CE 2B 25
Octal 66 143 206 74 32 0 57 316 53 45
Binary 110110 1100011 10000110 111100 11010 0 101111 11001110 101011 100101

Color Harmonies of #366386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366386

Black with #366386

Text Example


Text Example

White with #366386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366386; }

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

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

background-color css

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

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

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

border-color css

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

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

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