Html Css Color HEX #385773 Matisse

📋 copy color: '#385773'

red 56 ◦ green 87 ◦ blue 115

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

Shades of Matisse #385773

Tints of Matisse #385773

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.72%

 BLUE value IS 115 (45.31% from 255) = 44.57%

R = 21.71%
G = 33.72%
B = 44.57%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#385773 (or 0x385773) is known color: Matisse. HEX triplet: 38, 57 and 73. RGB value is (56,87,115). Sum of RGB (Red+Green+Blue) = 56+87+115=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #385773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385773 is #C7A88C. Grayscale: #505050. Windows color (decimal): -13084813 or 7558968. OLE color: 7558968.

HSL color Cylindrical-coordinate representation of color #385773: hue angle of 208.47º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #385773 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 87 115 -
CMYK 0.51 0.24 0 0.55
HSL 208.47º 0.35% 0.34% -
HSV(B) 208.47º 0.51% 0.45% -
XYZ 8.13 8.89 17.51 -
YUV 80.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 56 87 115 0.51 0.24 0 0.55 208.47 0.35 0.34
Hex 38 57 73 33 18 0 37 D0 23 22
Octal 70 127 163 63 30 0 67 320 43 42
Binary 111000 1010111 1110011 110011 11000 0 110111 11010000 100011 100010

Color Harmonies of #385773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385773

Black with #385773

Text Example


Text Example

White with #385773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385773; }

 p { color: rgb(56,87,115); }

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

background-color css

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

 a { background-color: rgb(56,87,115); }

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

border-color css

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

 span { border-color: rgb(56,87,115); }

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