Html Css Color HEX #386187 Matisse

📋 copy color: '#386187'

red 56 ◦ green 97 ◦ blue 135

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

Shades of Matisse #386187

Tints of Matisse #386187

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.68%

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

R = 19.44%
G = 33.68%
B = 46.88%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#386187 (or 0x386187) is known color: Matisse. HEX triplet: 38, 61 and 87. RGB value is (56,97,135). Sum of RGB (Red+Green+Blue) = 56+97+135=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #386187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386187 is #C79E78. Grayscale: #585858. Windows color (decimal): -13082233 or 8872248. OLE color: 8872248.

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

Color convert

RGB 56 97 135 -
CMYK 0.59 0.28 0 0.47
HSL 208.86º 0.41% 0.37% -
HSV(B) 208.86º 0.59% 0.53% -
XYZ 10.28 11.14 24.53 -
YUV 89.07 153.92 104.41 -
System Red Green Blue C M Y K H S L
Decimal 56 97 135 0.59 0.28 0 0.47 208.86 0.41 0.37
Hex 38 61 87 3B 1C 0 2F D1 29 25
Octal 70 141 207 73 34 0 57 321 51 45
Binary 111000 1100001 10000111 111011 11100 0 101111 11010001 101001 100101

Color Harmonies of #386187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386187

Black with #386187

Text Example


Text Example

White with #386187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386187; }

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

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

background-color css

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

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

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

border-color css

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

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

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