Html Css Color HEX #385C86 Matisse

📋 copy color: '#385C86'

red 56 ◦ green 92 ◦ blue 134

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

Shades of Matisse #385C86

Tints of Matisse #385C86

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.62%

 BLUE value IS 134 (52.73% from 255) = 47.52%

R = 19.86%
G = 32.62%
B = 47.52%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#385C86 (or 0x385C86) is known color: Matisse. HEX triplet: 38, 5C and 86. RGB value is (56,92,134). Sum of RGB (Red+Green+Blue) = 56+92+134=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 134 - color contains mainly: blue. Hex color #385C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385C86 is #C7A379. Grayscale: #555555. Windows color (decimal): -13083514 or 8805432. OLE color: 8805432.

HSL color Cylindrical-coordinate representation of color #385C86: hue angle of 212.31º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #385C86 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 92 134 -
CMYK 0.58 0.31 0 0.47
HSL 212.31º 0.41% 0.37% -
HSV(B) 212.31º 0.58% 0.53% -
XYZ 9.76 10.22 24.01 -
YUV 86.02 155.07 106.58 -
System Red Green Blue C M Y K H S L
Decimal 56 92 134 0.58 0.31 0 0.47 212.31 0.41 0.37
Hex 38 5C 86 3A 1F 0 2F D4 29 25
Octal 70 134 206 72 37 0 57 324 51 45
Binary 111000 1011100 10000110 111010 11111 0 101111 11010100 101001 100101

Color Harmonies of #385C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C86

Black with #385C86

Text Example


Text Example

White with #385C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385C86; }

 p { color: rgb(56,92,134); }

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

background-color css

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

 a { background-color: rgb(56,92,134); }

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

border-color css

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

 span { border-color: rgb(56,92,134); }

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