Html Css Color HEX #386487 Matisse

📋 copy color: '#386487'

red 56 ◦ green 100 ◦ blue 135

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

Shades of Matisse #386487

Tints of Matisse #386487

RGB

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

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

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

R = 19.24%
G = 34.36%
B = 46.39%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#386487 (or 0x386487) is known color: Matisse. HEX triplet: 38, 64 and 87. RGB value is (56,100,135). Sum of RGB (Red+Green+Blue) = 56+100+135=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #386487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386487 is #C79B78. Grayscale: #5A5A5A. Windows color (decimal): -13081465 or 8873016. OLE color: 8873016.

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

Color convert

RGB 56 100 135 -
CMYK 0.59 0.26 0 0.47
HSL 206.58º 0.41% 0.37% -
HSV(B) 206.58º 0.59% 0.53% -
XYZ 10.56 11.7 24.62 -
YUV 90.83 152.92 103.15 -
System Red Green Blue C M Y K H S L
Decimal 56 100 135 0.59 0.26 0 0.47 206.58 0.41 0.37
Hex 38 64 87 3B 1A 0 2F CF 29 25
Octal 70 144 207 73 32 0 57 317 51 45
Binary 111000 1100100 10000111 111011 11010 0 101111 11001111 101001 100101

Color Harmonies of #386487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386487

Black with #386487

Text Example


Text Example

White with #386487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386487; }

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

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

background-color css

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

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

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

border-color css

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

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

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