Html Css Color HEX #386385 Matisse

📋 copy color: '#386385'

red 56 ◦ green 99 ◦ blue 133

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

Shades of Matisse #386385

Tints of Matisse #386385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.18%

R = 19.44%
G = 34.38%
B = 46.18%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#386385 (or 0x386385) is known color: Matisse. HEX triplet: 38, 63 and 85. RGB value is (56,99,133). Sum of RGB (Red+Green+Blue) = 56+99+133=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #386385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386385 is #C79C7A. Grayscale: #595959. Windows color (decimal): -13081723 or 8741688. OLE color: 8741688.

HSL color Cylindrical-coordinate representation of color #386385: hue angle of 206.49º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #386385 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 99 133 -
CMYK 0.58 0.26 0 0.48
HSL 206.49º 0.41% 0.37% -
HSV(B) 206.49º 0.58% 0.52% -
XYZ 10.33 11.46 23.86 -
YUV 90.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 56 99 133 0.58 0.26 0 0.48 206.49 0.41 0.37
Hex 38 63 85 3A 1A 0 30 CE 29 25
Octal 70 143 205 72 32 0 60 316 51 45
Binary 111000 1100011 10000101 111010 11010 0 110000 11001110 101001 100101

Color Harmonies of #386385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386385

Black with #386385

Text Example


Text Example

White with #386385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386385; }

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

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

background-color css

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

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

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

border-color css

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

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

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