Html Css Color HEX #386386 Matisse

📋 copy color: '#386386'

red 56 ◦ green 99 ◦ blue 134

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

Shades of Matisse #386386

Tints of Matisse #386386

RGB

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

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

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

R = 19.38%
G = 34.26%
B = 46.37%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#386386 (or 0x386386) is known color: Matisse. HEX triplet: 38, 63 and 86. RGB value is (56,99,134). Sum of RGB (Red+Green+Blue) = 56+99+134=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #386386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386386 is #C79C79. Grayscale: #595959. Windows color (decimal): -13081722 or 8807224. OLE color: 8807224.

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

Color convert

RGB 56 99 134 -
CMYK 0.58 0.26 0 0.47
HSL 206.92º 0.41% 0.37% -
HSV(B) 206.92º 0.58% 0.53% -
XYZ 10.4 11.49 24.22 -
YUV 90.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 56 99 134 0.58 0.26 0 0.47 206.92 0.41 0.37
Hex 38 63 86 3A 1A 0 2F CF 29 25
Octal 70 143 206 72 32 0 57 317 51 45
Binary 111000 1100011 10000110 111010 11010 0 101111 11001111 101001 100101

Color Harmonies of #386386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386386

Black with #386386

Text Example


Text Example

White with #386386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386386; }

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

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

background-color css

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

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

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

border-color css

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

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

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