Html Css Color HEX #386582 Matisse

📋 copy color: '#386582'

red 56 ◦ green 101 ◦ blue 130

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

Shades of Matisse #386582

Tints of Matisse #386582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.19%

 BLUE value IS 130 (51.17% from 255) = 45.3%

R = 19.51%
G = 35.19%
B = 45.3%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#386582 (or 0x386582) is known color: Matisse. HEX triplet: 38, 65 and 82. RGB value is (56,101,130). Sum of RGB (Red+Green+Blue) = 56+101+130=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #386582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386582 is #C79A7D. Grayscale: #5A5A5A. Windows color (decimal): -13081214 or 8545592. OLE color: 8545592.

HSL color Cylindrical-coordinate representation of color #386582: hue angle of 203.51º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #386582 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 101 130 -
CMYK 0.57 0.22 0 0.49
HSL 203.51º 0.4% 0.36% -
HSV(B) 203.51º 0.57% 0.51% -
XYZ 10.31 11.76 22.85 -
YUV 90.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 56 101 130 0.57 0.22 0 0.49 203.51 0.4 0.36
Hex 38 65 82 39 16 0 31 CC 28 24
Octal 70 145 202 71 26 0 61 314 50 44
Binary 111000 1100101 10000010 111001 10110 0 110001 11001100 101000 100100

Color Harmonies of #386582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386582

Black with #386582

Text Example


Text Example

White with #386582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386582; }

 p { color: rgb(56,101,130); }

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

background-color css

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

 a { background-color: rgb(56,101,130); }

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

border-color css

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

 span { border-color: rgb(56,101,130); }

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