Html Css Color HEX #386085 Matisse

📋 copy color: '#386085'

red 56 ◦ green 96 ◦ blue 133

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

Shades of Matisse #386085

Tints of Matisse #386085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.68%

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

R = 19.65%
G = 33.68%
B = 46.67%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#386085 (or 0x386085) is known color: Matisse. HEX triplet: 38, 60 and 85. RGB value is (56,96,133). Sum of RGB (Red+Green+Blue) = 56+96+133=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #386085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386085 is #C79F7A. Grayscale: #585858. Windows color (decimal): -13082491 or 8740920. OLE color: 8740920.

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

Color convert

RGB 56 96 133 -
CMYK 0.58 0.28 0 0.48
HSL 208.83º 0.41% 0.37% -
HSV(B) 208.83º 0.58% 0.52% -
XYZ 10.05 10.9 23.76 -
YUV 88.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 56 96 133 0.58 0.28 0 0.48 208.83 0.41 0.37
Hex 38 60 85 3A 1C 0 30 D1 29 25
Octal 70 140 205 72 34 0 60 321 51 45
Binary 111000 1100000 10000101 111010 11100 0 110000 11010001 101001 100101

Color Harmonies of #386085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386085

Black with #386085

Text Example


Text Example

White with #386085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386085; }

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

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

background-color css

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

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

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

border-color css

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

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

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