Html Css Color HEX #386083 Matisse

📋 copy color: '#386083'

red 56 ◦ green 96 ◦ blue 131

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

Shades of Matisse #386083

Tints of Matisse #386083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.29%

R = 19.79%
G = 33.92%
B = 46.29%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#386083 (or 0x386083) is known color: Matisse. HEX triplet: 38, 60 and 83. RGB value is (56,96,131). Sum of RGB (Red+Green+Blue) = 56+96+131=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #386083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386083 is #C79F7C. Grayscale: #575757. Windows color (decimal): -13082493 or 8609848. OLE color: 8609848.

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

Color convert

RGB 56 96 131 -
CMYK 0.57 0.27 0 0.49
HSL 208º 0.4% 0.37% -
HSV(B) 208º 0.57% 0.51% -
XYZ 9.91 10.85 23.04 -
YUV 88.03 152.25 105.15 -
System Red Green Blue C M Y K H S L
Decimal 56 96 131 0.57 0.27 0 0.49 208 0.4 0.37
Hex 38 60 83 39 1B 0 31 D0 28 25
Octal 70 140 203 71 33 0 61 320 50 45
Binary 111000 1100000 10000011 111001 11011 0 110001 11010000 101000 100101

Color Harmonies of #386083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386083

Black with #386083

Text Example


Text Example

White with #386083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386083; }

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

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

background-color css

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

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

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

border-color css

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

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

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