Html Css Color HEX #386486 Matisse

📋 copy color: '#386486'

red 56 ◦ green 100 ◦ blue 134

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

Shades of Matisse #386486

Tints of Matisse #386486

RGB

 RED value IS 56 (22.27% from 255) = 19.31%

 GREEN value IS 100 (39.45% from 255) = 34.48%

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

R = 19.31%
G = 34.48%
B = 46.21%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#386486 (or 0x386486) is known color: Matisse. HEX triplet: 38, 64 and 86. RGB value is (56,100,134). Sum of RGB (Red+Green+Blue) = 56+100+134=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 134 - color contains mainly: blue. Hex color #386486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386486 is #C79B79. Grayscale: #5A5A5A. Windows color (decimal): -13081466 or 8807480. OLE color: 8807480.

HSL color Cylindrical-coordinate representation of color #386486: hue angle of 206.15º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #386486 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 100 134 -
CMYK 0.58 0.25 0 0.47
HSL 206.15º 0.41% 0.37% -
HSV(B) 206.15º 0.58% 0.53% -
XYZ 10.49 11.68 24.26 -
YUV 90.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 56 100 134 0.58 0.25 0 0.47 206.15 0.41 0.37
Hex 38 64 86 3A 19 0 2F CE 29 25
Octal 70 144 206 72 31 0 57 316 51 45
Binary 111000 1100100 10000110 111010 11001 0 101111 11001110 101001 100101

Color Harmonies of #386486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386486

Black with #386486

Text Example


Text Example

White with #386486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386486; }

 p { color: rgb(56,100,134); }

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

background-color css

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

 a { background-color: rgb(56,100,134); }

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

border-color css

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

 span { border-color: rgb(56,100,134); }

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