Html Css Color HEX #386180 Matisse

📋 copy color: '#386180'

red 56 ◦ green 97 ◦ blue 128

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

Shades of Matisse #386180

Tints of Matisse #386180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 45.55%

R = 19.93%
G = 34.52%
B = 45.55%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#386180 (or 0x386180) is known color: Matisse. HEX triplet: 38, 61 and 80. RGB value is (56,97,128). Sum of RGB (Red+Green+Blue) = 56+97+128=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 128 - color contains mainly: blue. Hex color #386180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386180 is #C79E7F. Grayscale: #585858. Windows color (decimal): -13082240 or 8413496. OLE color: 8413496.

HSL color Cylindrical-coordinate representation of color #386180: hue angle of 205.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #386180 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 97 128 -
CMYK 0.56 0.24 0 0.50
HSL 205.83º 0.39% 0.36% -
HSV(B) 205.83º 0.56% 0.5% -
XYZ 9.8 10.95 22.02 -
YUV 88.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 56 97 128 0.56 0.24 0 0.50 205.83 0.39 0.36
Hex 38 61 80 38 18 0 32 CE 27 24
Octal 70 141 200 70 30 0 62 316 47 44
Binary 111000 1100001 10000000 111000 11000 0 110010 11001110 100111 100100

Color Harmonies of #386180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386180

Black with #386180

Text Example


Text Example

White with #386180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386180; }

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

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

background-color css

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

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

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

border-color css

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

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

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