Html Css Color HEX #386387 Matisse

📋 copy color: '#386387'

red 56 ◦ green 99 ◦ blue 135

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

Shades of Matisse #386387

Tints of Matisse #386387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.55%

R = 19.31%
G = 34.14%
B = 46.55%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#386387 (or 0x386387) is known color: Matisse. HEX triplet: 38, 63 and 87. RGB value is (56,99,135). Sum of RGB (Red+Green+Blue) = 56+99+135=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 135 - color contains mainly: blue. Hex color #386387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386387 is #C79C78. Grayscale: #5A5A5A. Windows color (decimal): -13081721 or 8872760. OLE color: 8872760.

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

Color convert

RGB 56 99 135 -
CMYK 0.59 0.27 0 0.47
HSL 207.34º 0.41% 0.37% -
HSV(B) 207.34º 0.59% 0.53% -
XYZ 10.47 11.51 24.59 -
YUV 90.25 153.25 103.57 -
System Red Green Blue C M Y K H S L
Decimal 56 99 135 0.59 0.27 0 0.47 207.34 0.41 0.37
Hex 38 63 87 3B 1B 0 2F CF 29 25
Octal 70 143 207 73 33 0 57 317 51 45
Binary 111000 1100011 10000111 111011 11011 0 101111 11001111 101001 100101

Color Harmonies of #386387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386387

Black with #386387

Text Example


Text Example

White with #386387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386387; }

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

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

background-color css

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

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

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

border-color css

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

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

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